]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/RsnConfigNoSA.C
First version of macros for current phi 7 TeV analysis --> train
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / macros / train / LHC2010-7TeV-phi / RsnConfigNoSA.C
1 //
2 // Configuration: (see loaded macro for details)
3 //
4 // - PID: realistic (full)
5 // - ITS: not included
6 // - dip: not included
7 //
8 Bool_t RsnConfigNoSA(const char *taskName, const char *options)
9 {
10   gROOT->LoadMacro("$(ALICE_ROOT)/PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/RsnConfig.C");
11   return RsnConfig(taskName, options, "realistic");
12 }