]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/fixed_rapidity/RsnConfigSA.C
Update to macros for wider multiplicity axis and fixed rapidity interval
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / macros / train / LHC2010-7TeV-phi / fixed_rapidity / RsnConfigSA.C
CommitLineData
b0d3d6b9 1//
2// Configuration: (see loaded macro for details)
3//
4// - PID: realistic (full)
5// - ITS: included
b0d3d6b9 6//
f073c807 7Bool_t RsnConfigSA(const char *taskName, const char *options, const char *path)
b0d3d6b9 8{
f073c807 9 gROOT->LoadMacro(Form("%s/RsnConfig.C", path));
10 return RsnConfig(taskName, options, "pid+its", path);
b0d3d6b9 11}