FairRoot/PandaRoot
Functions
Pic_FEP-Eff_lE2.C File Reference

Go to the source code of this file.

Functions

int Pic_FED Eff_lEE C ()
 

Function Documentation

int Pic_FED Eff_lEE C ( )

Definition at line 1 of file Pic_FEP-Eff_lE2.C.

References counter, Double_t, nEvents, x, and y.

Referenced by DecayTreeFitter::ParticleBase::bFieldOverC(), PndSoftTriggerTask::CodeVariable(), PndFsmSttPid::compdEdx(), PndFsmStt::compdEdx(), PndFsmMvd::compdEdx(), PndFsmEffTracker::compdEdx(), KFParticleBase::Construct(), KFParticleBaseSIMD::Construct(), KFParticle::Create(), KFParticleSIMD::Create(), GFMaterialEffects::energyLossBrems(), PndFtsDataAccessor::Exec(), PndSttHelixHitProducer::Exec(), PndCATracking::Exec(), PndPidSciTAssociatorTask::GetPdf(), PndSttTrackFinderIdeal::GetTrackletCircular(), PndSoftTriggerTask::GetVarValue(), DecayTreeFitter::KalmanCalculator::init(), PndHyp::Initialize(), DecayTreeFitter::ParticleBase::isAResonance(), KFParticleSIMD::KFParticleSIMD(), PndRadMapBoxMesh::makeHisto(), PndCAGBTracker::Merge(), DecayTreeFitter::ParticleBase::ParticleBase(), PndSttTrackFinderReal::PndSttTrkFindCircles(), PndEvtGenDirect::ReadEvent(), runStreamDisplay(), PndSolCorrTask::SolCorr(), PndFtsCATracking::WriteFTSHits(), PndSttHelixTrackFitter::ZFinder(), and PndSttHelixTrackFitter::ZFinderThroughOrigin().

2 {
3 Double_t x[10],y[10],yE[];
4 
5 ifstream Inputfile("/data/work/kpha1/steinen/Gamma/Ana/CombinedData/Fitted/FittedDataLowEnergy.txt");
6 
7  Int_t Geometry, Sektar, nEvents;
8  Double_t Energy, FullEnergyPeakEff, FullEnergyPeakEffError, FWHM, FWHMError,FullEnergyPeakEffSEP, FullEnergyPeakEffSEPError,FullEnergyPeakEffSEPDEP, FullEnergyPeakEffSEPDEPError;
9  char InputName[100];
10  int counter = 0;
11  while(Inputfile >> Geometry >> Sektar >> Energy >> nEvents >> FullEnergyPeakEff >> FullEnergyPeakEffError >>FWHM >> FWHMError>> FullEnergyPeakEffSEP >> FullEnergyPeakEffSEPError>>FullEnergyPeakEffSEPDEP >> FullEnergyPeakEffSEPDEPError )
12  {
13  x[counter] = Energy;
14  y[counter] = FullEnergyPeakEff;
15  yE[counter] = FullEnergyPeakEffError;
16  cout <<x[counter] <<" " <<y[counter] << " " <<yE[counter]<<endl;
17  }
18 
19  return 0;
20 }
int counter
Definition: ZeeAnalysis.C:59
Double_t
Int_t nEvents
Definition: hit_dirc.C:11
Double_t x
Double_t y