Go to the source code of this file.
int catracking |
( |
Int_t |
nEvents = 0 | ) |
|
Definition at line 4 of file catracking.C.
References PndMasterRunAna::AddFriend(), PndMasterRunAna::Finish(), fRun, Geane, nEvents, output, recoKalman, PndRecoKalmanTask2::SetBusyCut(), PndRecoKalmanTask::SetBusyCut(), PndMasterRunAna::SetInput(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndRecoKalmanTask::SetTrackInBranchName(), PndRecoKalmanTask2::SetTrackInBranchName(), PndRecoKalmanTask2::SetTrackOutBranchName(), PndRecoKalmanTask::SetTrackOutBranchName(), PndRecoKalmanTask::SetTrackRep(), PndMasterRunAna::Setup(), tracking, and TString.
7 TString parAsciiFile =
"all.par";
9 TString input =
"psi2s_Jpsi2pi_Jpsi_mumu.dec";
29 fRun->AddTask(tracking);
31 if (fOptions.Contains(
"gf1")){
32 FairGeane *
Geane =
new FairGeane();
45 }
else if (fOptions.Contains(
"gf2")){
46 FairGeane *Geane =
new FairGeane();
Class for the master reconstruction chain.
Bool_t Setup(TString outprefix="")
Initial setup.
void SetTrackInBranchName(const TString &name)
void AddFriend(TString par)
Setter of friend root files.
FairParRootFileIo * output
void SetTrackOutBranchName(const TString &name)
void SetInput(TString par)
Input of the macro.
void SetTrackOutBranchName(const TString &name)
PndTrkTracking * tracking
void SetTrackRep(Short_t num)
void SetTrackInBranchName(const TString &name)
void Finish()
Final diagnostics.
PndRecoKalmanTask * recoKalman
void SetOutput(TString par)
Tag of the output file of the macro.
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.