X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWGHF%2FvertexingHF%2FAddD2HTrain.C;h=84cd32d532ef631e7f5bc447540077de67fe4256;hb=d1010b8ca2cce2c6be3351774ff519981b496e59;hp=9ad5eac259d804d4ea2d3d0fbdb7ae32674aba41;hpb=ae23f5db9eac7a9857efcf7a021118df527c638d;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWGHF/vertexingHF/AddD2HTrain.C b/PWGHF/vertexingHF/AddD2HTrain.C index 9ad5eac259d..84cd32d532e 100644 --- a/PWGHF/vertexingHF/AddD2HTrain.C +++ b/PWGHF/vertexingHF/AddD2HTrain.C @@ -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());