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