]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/EMCALTasks/macros/AddTaskEMCALIsoPhoton.C
including an extra pt cut on top of the hybrid selection
[u/mrichter/AliRoot.git] / PWGGA / EMCALTasks / macros / AddTaskEMCALIsoPhoton.C
index e33fe55a667f2b083e97d0b2e5b0df342030fafd..951b35d5edec87b5e984c265ca99983f987012e0 100644 (file)
@@ -47,10 +47,12 @@ AliAnalysisTaskEMCALIsoPhoton *AddTaskEMCALIsoPhoton(
   }
   if(trackSelType == "hybrid"){
     cutsp = CreateTrackCutsPWGJE(10001008);
+    cutsp->SetPtRange(0.2);
     ana->SetHybridOn();
   }
   if(trackSelType == "hybridp"){
     cutsp = CreateTrackCutsPWGJE(10011008);
+    cutsp->SetPtRange(0.2);
     ana->SetHybridOn();
   }
   ana->SetPrimTrackCuts(cutsp);