Go to the source code of this file.
int fwdhoughtracking |
( |
Int_t |
nEvents = 0 | ) |
|
Definition at line 4 of file fwdhoughtracking.C.
References PndMasterRunAna::AddFriend(), PndMasterRunAna::Finish(), fRun, nEvents, output, PndMasterRunAna::SetInput(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndMasterRunAna::Setup(), trackFts, and TString.
7 TString parAsciiFile =
"all.par";
9 TString input =
"psi2s_Jpsi2pi_Jpsi_mumu.dec";
29 fRun->AddTask(trackFts);
Class for the master reconstruction chain.
Interface between PandaRoot (data input and output) and PndFtsHoughTrackFinder (implementation of PR ...
Bool_t Setup(TString outprefix="")
Initial setup.
void AddFriend(TString par)
Setter of friend root files.
FairParRootFileIo * output
void SetInput(TString par)
Input of the macro.
PndFtsTrackerIdeal * trackFts
void Finish()
Final diagnostics.
void SetOutput(TString par)
Tag of the output file of the macro.
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.