]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
including debugging comment to check the selected set of track cuts
authormcosenti <mcosenti@cern.ch>
Mon, 8 Sep 2014 18:05:30 +0000 (15:05 -0300)
committermcosenti <mcosenti@cern.ch>
Mon, 8 Sep 2014 18:05:30 +0000 (15:05 -0300)
PWGGA/EMCALTasks/macros/AddTaskEMCALIsoPhoton.C

index 951b35d5edec87b5e984c265ca99983f987012e0..9c1dea0a852bb796b007491a2356853781f6ac5d 100644 (file)
@@ -44,16 +44,19 @@ AliAnalysisTaskEMCALIsoPhoton *AddTaskEMCALIsoPhoton(
     cutsp->SetDCAToVertex2D(kTRUE);
     cutsp->SetPtRange(0.2);
     cutsp->SetEtaRange(-1.0,1.0);
+    printf("standard tracks selected ++++++++++++++++++++\n");
   }
   if(trackSelType == "hybrid"){
     cutsp = CreateTrackCutsPWGJE(10001008);
     cutsp->SetPtRange(0.2);
     ana->SetHybridOn();
+    printf("hybrid tracks (10001008) selected ++++++++++++++++++++\n");
   }
   if(trackSelType == "hybridp"){
     cutsp = CreateTrackCutsPWGJE(10011008);
     cutsp->SetPtRange(0.2);
     ana->SetHybridOn();
+    printf("prim hybrid tracks (10011008) selected ++++++++++++++++++++\n");
   }
   ana->SetPrimTrackCuts(cutsp);
   ana->SetPeriod(period.Data());