// // Configuration: (see loaded macro for details) // // - PID: realistic (full) // - ITS: not included // - dip: not included // Bool_t RsnConfigPhiKKNoSA(const char *taskName, const char *options, const char *path, Int_t multMin = 0, Int_t multMax = 0) { gROOT->LoadMacro("$(ALICE_ROOT)/PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/RsnConfigPhiKK.C"); return RsnConfigPhiKK(taskName, options, "pid", path, multMin, multMax); }