Go to the source code of this file.
int pid_complete |
( |
Int_t |
nEvents = 0 | ) |
|
Definition at line 4 of file run/pid_complete.C.
References PndMasterRunAna::AddFriend(), corr, PndMasterRunAna::Finish(), fRun, Geane, PndEmcMapper::Init(), nEvents, output, PndPidCorrelator::SetBarrelTrackBranch(), PndPidCorrelator::SetDebugMode(), PndPidCorrelator::SetForwardTrackBranch(), PndMasterRunAna::SetInput(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndMasterRunAna::Setup(), and TString.
7 TString parAsciiFile =
"all.par";
9 TString input =
"psi2s_Jpsi2pi_Jpsi_mumu.dec";
28 FairGeane *
Geane =
new FairGeane();
33 if ( (!fOptions.Contains(
"day1")) || (fOptions.Contains(
"gem")) )
35 if (fOptions.Contains(
"filtered")){
44 if (fOptions.Contains(
"filtered")){
72 if ( (!fOptions.Contains(
"day1")) || (fOptions.Contains(
"gem")) )
85 if ( (!fOptions.Contains(
"day1")) )
Class for the master reconstruction chain.
Bool_t Setup(TString outprefix="")
Initial setup.
void SetBarrelTrackBranch(TString branch)
void AddFriend(TString par)
Setter of friend root files.
FairParRootFileIo * output
void SetInput(TString par)
Input of the macro.
void SetDebugMode(Bool_t debug)
static void Init(Int_t MapVersion)
void Finish()
Final diagnostics.
void SetForwardTrackBranch(TString branch)
void SetOutput(TString par)
Tag of the output file of the macro.
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.