]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/vertexingHF/AddD2HTrain.C
Fix for D0 filtering (A.Dainese)
[u/mrichter/AliRoot.git] / PWGHF / vertexingHF / AddD2HTrain.C
index 9ad5eac259d804d4ea2d3d0fbdb7ae32674aba41..84cd32d532ef631e7f5bc447540077de67fe4256 100644 (file)
@@ -11,11 +11,11 @@ Int_t AddD2HTrain(Bool_t readMC=kTRUE,
                  Int_t addDStarJets=0,
                  Int_t addCFDStar=0) {
   // 
-  // Tasks of the D2H subgroup of PWG3 that can run in the Official Train
+  // Tasks of the D2H subgroup of PWGHF that can run in the Official Train
   //
   // They all use AOD+AOD.VertexingHF as input. 
   // They need to read the cuts from the macro 
-  // $ALICE_ROOT/PWG3/vertexingHF/ConfigVertexingHF.C (trunk version).
+  // $ALICE_ROOT/PWGHF/vertexingHF/ConfigVertexingHF.C (trunk version).
   // This macro is loaded in the Init(), so it should be enough to have it 
   // in the local dir when the train is launched with the alien plugin.
   // They all produce only histos in the output. 
@@ -23,7 +23,7 @@ Int_t AddD2HTrain(Bool_t readMC=kTRUE,
   // andrea.dainese@pd.infn.it
   //
 
-  TString taskName="",loadMacroPath="$ALICE_ROOT/PWG3/vertexingHF/macros/";
+  TString taskName="",loadMacroPath="$ALICE_ROOT/PWGHF/vertexingHF/macros/";
   Int_t ntasks=0;
 
   //taskName="AddTaskCompareHF.C"; taskName.Prepend(loadMacroPath.Data());