]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/RsnConfigNoSA.C
Implemented a static AliRsnEvent pointer to point to the current event being analyzed...
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / macros / train / LHC2010-7TeV-phi / RsnConfigNoSA.C
index 553a5b208761fe7e832fe710313c2182b8d6a6d5..e7229e7295a1868b4505f8b610324468e9ca0774 100644 (file)
@@ -8,5 +8,5 @@
 Bool_t RsnConfigNoSA(const char *taskName, const char *options, const char *path)
 {
   gROOT->LoadMacro("$(ALICE_ROOT)/PWG2/RESONANCES/macros/train/LHC2010-7TeV-phi/RsnConfig.C");
-  return RsnConfig(taskName, options, "realistic", path);
+  return RsnConfig(taskName, options, "pid", path);
 }