]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/fixed_rapidity/RsnConfigDipSA.C
Restored call to CreateDigitizer (F.Prino)
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / macros / train / LHC2010-7TeV-phi / fixed_rapidity / RsnConfigDipSA.C
CommitLineData
b0d3d6b9 1//
2// Configuration: (see loaded macro for details)
3//
4// - PID: realistic (full)
5// - ITS: included
6// - dip: included
7//
8Bool_t RsnConfigDipSA(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+its+dip", path, multMin, multMax);
12}