![]() |
AliPhysics
5b5fbb3 (5b5fbb3)
|
Configuration of AliEMCALRecoUtils. More...
Go to the source code of this file.
Functions | |
void | ConfigureEMCALRecoUtils (AliEMCALRecoUtils *reco, Bool_t bMC=kFALSE, Bool_t bExotic=kTRUE, Bool_t bNonLin=kFALSE, Bool_t bRecalE=kTRUE, Bool_t bBad=kTRUE, Bool_t bRecalT=kTRUE, Int_t debug=-1) |
Configuration of AliEMCALRecoUtils.
Example of configuration of AliEMCALRecoUtils. Called in different analysis configuration macros. This class is used to calibrate/correct/accept EMCal clusters.
Definition in file ConfigureEMCALRecoUtils.C.
void ConfigureEMCALRecoUtils | ( | AliEMCALRecoUtils * | reco, |
Bool_t | bMC = kFALSE , |
||
Bool_t | bExotic = kTRUE , |
||
Bool_t | bNonLin = kFALSE , |
||
Bool_t | bRecalE = kTRUE , |
||
Bool_t | bBad = kTRUE , |
||
Bool_t | bRecalT = kTRUE , |
||
Int_t | debug = -1 |
||
) |
Main method
The input parameters:
reco | pointer to object to initialize in this macro. |
bMC | Bool, indicates if data is MC. |
bExotic | Bool, indicates if exotic clusters are removed. |
bNonLin | Bool, indicates if non linearity correction is applied on clusters. |
bRecalE | Bool, indicates if energy recalibration is applied. |
bBad | Bool, indicates if bad channels/clusters are removed. |
bRecalT | Bool, indicates if time is calibrated. |
debug | int debug level, print info on settings in the macro |
Definition at line 36 of file ConfigureEMCALRecoUtils.C.
Referenced by AddTaskEMCALPi0Calibration(), and ConfigureCaloUtils().