]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Extra library EMCALUtils needed for particle correlations task.
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Oct 2009 07:16:35 +0000 (07:16 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Oct 2009 07:16:35 +0000 (07:16 +0000)
ANALYSIS/macros/AnalysisTrainNew.C

index e42af4be3379ec786e75944f593ee71c10df9a66..b07dddec121371ad9d3cffd4635ee8a206fd75f9 100644 (file)
@@ -729,7 +729,8 @@ Bool_t LoadAnalysisLibraries(const char *mode)
    }               
    // PWG4 particle correlations
    if (iPWG4partcorr) {   
-      if (!LoadLibrary("PWG4PartCorrBase", mode, kTRUE) ||
+      if (!LoadLibrary("EMCALUtils", mode, kTRUE) ||
+          !LoadLibrary("PWG4PartCorrBase", mode, kTRUE) ||
           !LoadLibrary("PWG4PartCorrDep", mode, kTRUE)) return kFALSE;
    }
    // PWG4 gamma conversion