30 if (
debug > 0 ) printf(
"**** Configure AliEMCALRecoUtils ***\n");
36 if (
debug > 0 ) printf(
"Remove exotics in EMCAL\n");
37 reco->SwitchOnRejectExoticCell() ;
38 reco->SwitchOnRejectExoticCluster();
41 reco->SetExoticCellFractionCut(0.97);
42 reco->SetExoticCellMinAmplitudeCut(4.);
49 reco->SwitchOnRecalibration();
50 reco->SwitchOnRunDepCorrection();
57 reco->SwitchOnBadChannelsRemoval();
58 reco->SwitchOnDistToBadChannelRecalculation();
65 reco->SwitchOnTimeRecalibration();
66 reco->SwitchOnL1PhaseInTimeRecalibration() ;
71 reco->SetPositionAlgorithm(AliEMCALRecoUtils::kPosTowerGlobal);
79 if (
debug > 0 ) printf(
"xxx SET Non linearity correction kBeamTestCorrected xxx\n");
80 reco->SetNonLinearityFunction(AliEMCALRecoUtils::kBeamTestCorrectedv3);
84 if (
debug > 0 ) printf(
"xxx SET Non linearity correction kPi0MCv3 xxx\n");
85 reco->SetNonLinearityFunction(AliEMCALRecoUtils::kPi0MCv3);
90 if (
debug > 0 ) printf(
"xxx DON'T SET Non linearity correction xxx\n");
91 reco->SetNonLinearityFunction(AliEMCALRecoUtils::kNoCorrection);