]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
including an extra pt cut on top of the hybrid selection
authormcosenti <mcosenti@cern.ch>
Fri, 29 Aug 2014 13:57:53 +0000 (10:57 -0300)
committermcosenti <mcosenti@cern.ch>
Fri, 29 Aug 2014 13:58:38 +0000 (10:58 -0300)
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);