]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGJE/FlavourJetTasks/macros/AddTasksPicoV0Filter.C
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGJE / FlavourJetTasks / macros / AddTasksPicoV0Filter.C
index 3e71aed0efa22ebc152c3d8f2beaae204d7dcf15..e084a65790dda66e466b7ffd69e57747e91a5ee2 100644 (file)
@@ -37,12 +37,12 @@ Bool_t AddTasksPicoV0Filter()
 //=============================================================================
 
   if (bIsPhysSel) {
-    gROOT->LoadMacro("$ALICE_ROOT/ANALYSIS/macros/AddTaskPhysicsSelection.C");
+    gROOT->LoadMacro("$ALICE_ROOT/OADB/macros/AddTaskPhysicsSelection.C");
     AliPhysicsSelectionTask *taskPhysSel = AddTaskPhysicsSelection(bAnaInfoMC);
   }
 
   if (bIsCentSel) {
-    gROOT->LoadMacro("$ALICE_ROOT/ANALYSIS/macros/AddTaskCentrality.C");
+    gROOT->LoadMacro("$ALICE_ROOT/OADB/macros/AddTaskCentrality.C");
     AliCentralitySelectionTask *taskCentSel = AddTaskCentrality(kTRUE, bIsAOD);
     if (wTriggerMask) taskCentSel->SelectCollisionCandidates(wTriggerMask);
     if (bAnaInfoMC)   taskCentSel->SetMCInput();