]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix typo
authorsaiola <salvatore.aiola@cern.ch>
Wed, 3 Sep 2014 14:36:43 +0000 (10:36 -0400)
committersaiola <salvatore.aiola@cern.ch>
Wed, 3 Sep 2014 14:37:39 +0000 (10:37 -0400)
PWGJE/EMCALJetTasks/macros/AddTaskScale.C

index 7f9cd9795b0ce290caebe71e605d0fce08a685e1..3e43dcd9b25daaf6e8997e549e98cf0e9655014d 100644 (file)
@@ -38,7 +38,7 @@ AliAnalysisTaskScale* AddTaskScale(
     pcont->SetParticleEtaLimits(-0.7,0.7); // only accept tracks in the EMCal eta range
   }
   AliClusterContainer  *ccont = scaletask->AddClusterContainer(nClusters);
-  if(ccont) ccont->SetClusterPtCut(clusptcut);
+  if(ccont) ccont->SetClusPtCut(clusptcut);
 
   //-------------------------------------------------------
   // Final settings, pass to manager and set the containers