Go to the source code of this file.
int pidTest_complete |
( |
Int_t |
nEvents = 0 , |
|
|
TString |
prefix = "evtcomplete" |
|
) |
| |
Definition at line 4 of file pidTest_complete.C.
References PndMasterRunAna::AddFriend(), PndMasterRunAna::Finish(), fRun, PndMasterRunAna::GetOptions(), PndEmcMapper::Init(), nEvents, output, PndPidTestTask::SetClassifier(), PndMasterRunAna::SetInput(), PndMasterRunAna::SetOptions(), PndMasterRunAna::SetOutput(), PndMasterRunAna::SetParamAsciiFile(), PndPidTestTask::SetSelector(), PndMasterRunAna::Setup(), and TString.
7 TString parAsciiFile =
"all.par";
8 TString input =
"psi2s_Jpsi2pi_Jpsi_mumu.dec";
30 anaTask->SetVerbose(3);
31 anaTask->
SetClassifier(
"PidAlgoMvd;PidAlgoStt;PidAlgoDrc;PidAlgoMdtHardCuts;PidAlgoEmcBayes;PidAlgoDisc;PidAlgoSciT");
33 fRun->AddTask(anaTask);
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.
static void Init(Int_t MapVersion)
void SetClassifier(TString val)
void SetOptions(TString par)
Setter of the reconstruction options This string can be: "" -> default settings "day1" -> Setup for ...
void Finish()
Final diagnostics.
void SetOutput(TString par)
Tag of the output file of the macro.
void SetSelector(TString val)
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file.