![]() |
AliPhysics
9538fdd (9538fdd)
|
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) |
Configuration of AliEMCALRecoUtils.
Example of configuration of AliEMCALRecoUtils. Called in different analysis configuration macros. This class is used to calibrate/correct/accept EMCal clusters.
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. |
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 |
||
) |
Definition at line 19 of file ConfigureEMCALRecoUtils.C.
Referenced by AddTaskCalorimeterQA(), AddTaskEMCALClusterize(), AddTaskEMCALPi0Calibration(), and ConfigureCaloUtils().