]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
completing the change
authormcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Oct 2012 13:11:47 +0000 (13:11 +0000)
committermcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Oct 2012 13:11:47 +0000 (13:11 +0000)
PWGGA/EMCALTasks/macros/AddTaskEMCALIsoPhoton.C

index 2cceb1c87b71adaafcec202eb887642296bc6879..bd5c2db657ec53747c2efddd160bb3fe3af43253 100644 (file)
@@ -28,7 +28,7 @@ AliAnalysisTaskEMCALIsoPhoton *AddTaskEMCALIsoPhoton(
   ana->SetTrainMode(kTRUE);
   ana->SetTriggerBit(trigbitname);
   ana->SetMcMode(isMC);
-  
+  ana->SetPathStringSelect(pathstrsel.Data());
   AliESDtrackCuts *cutsp = new AliESDtrackCuts;
   cutsp->SetMinNClustersTPC(70);
   cutsp->SetMinRatioCrossedRowsOverFindableClustersTPC(0.8);