]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
split exotic cell and cluster removal setter
authormverweij <marta.verweij@cern.ch>
Sun, 16 Mar 2014 11:28:34 +0000 (12:28 +0100)
committerhristov <Peter.Hristov@cern.ch>
Thu, 27 Mar 2014 15:25:06 +0000 (16:25 +0100)
PWG/EMCAL/macros/AddTaskEmcalPreparation.C

index bb86b1a0343851310413340d927668daeea89a97..b3295c65ce7a539d212e8bc56d7fcab565b01fee 100644 (file)
@@ -45,7 +45,7 @@ AliAnalysisTaskSE *AddTaskEmcalPreparation(const char *perstr  = "LHC11h",
   }
   
   gROOT->LoadMacro("$ALICE_ROOT/PWG/EMCAL/macros/AddTaskEMCALTender.C");//tendertasks
-  AliAnalysisTaskSE *tender = AddTaskEMCALTender(distBC, recalibClus, recalcClusPos, nonLinearCorr, /*remExoticCell,*/ remExoticClus,
+  AliAnalysisTaskSE *tender = AddTaskEMCALTender(distBC, recalibClus, recalcClusPos, nonLinearCorr, remExoticCell, remExoticClus,
                                                 fidRegion, calibEnergy, calibTime, remBC, nonLinFunct, reclusterize, seedthresh,
                                                 cellthresh, clusterizer, trackMatch, updateCellOnly, timeMin, timeMax, timeCut,pass);