Go to the source code of this file.
int printFairLinks |
( |
Int_t |
nEvents = 0 | ) |
|
Definition at line 1 of file printFairLinks.C.
References PndMasterRunAna::AddFriend(), fRun, Geane, nEvents, output, PndMasterRunAna::SetInput(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndMasterRunAna::Setup(), TString, and PndMasterRunAna::UseFairLinks().
7 TString parAsciiFile =
"all.par";
8 TString prefix =
"./data/evtcomplete_15G";
9 TString input =
"psi2s_Jpsi2pi_Jpsi_mumu.dec";
29 FairGeane *
Geane =
new FairGeane();
35 fRun->AddTask(printlinksTask);
39 cout <<
"fRun->Init()" << endl;
Class for the master reconstruction chain.
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.
void UseFairLinks(Bool_t val)
void SetOutput(TString par)
Tag of the output file of the macro.
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.