]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/macros/AddTaskCaloTrackCorr.C
put different cluster parameters (time, n cells, n SM) in the AOD particle, recover...
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / macros / AddTaskCaloTrackCorr.C
index f577450b48cfeab4336825d059039a146d92f447..f00cc1905f428957f081ca569a1a2eb98fe3dedb 100644 (file)
@@ -824,7 +824,7 @@ AliAnaRandomTrigger* ConfigureRandomTriggerAnalysis(TString detector = "")
   ana->SetDebug(kDebug); //10 for lots of messages
   
   if(detector=="") detector = kCalorimeter;
-  ana->SetDetector(detector);
+  ana->SetTriggerDetector(detector);
 
   // selection cuts
   ana->SetMinPt(4.);