1 #ifndef ALIEMCALCLUSTERMAKER_H 2 #define ALIEMCALCLUSTERMAKER_H 7 class AliEMCALRecoUtils;
Bool_t Run()
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
Bool_t fEsdMode
pointer to reco utils
Base task in the EMCAL framework.
TH2F * fEtaPhiDistBefore
!eta/phi distribution before
void UserCreateOutputObjects()
AliEmcalClusterMaker & operator=(const AliEmcalClusterMaker &)
TH2F * fEnergyTimeHistAfter
!energy/time distribution after
void SetRecoUtils(AliEMCALRecoUtils *ru)
AliEMCALRecoUtils * fRecoUtils
name of output clusters; if empty updates old clusters instead of creating a new collection ...
TH1F * fEnergyDistBefore
!energy distribution before
TH1F * fEnergyDistAfter
!energy distribution after
void ExecOnce()
Perform steps needed to initialize the analysis.
TH1F * fEnergyExoticClusters
!energy of exotic clusters
TH2F * fEtaPhiDistAfter
!eta/phi distribution after
TClonesArray * fOutClusters
!output cluster collection
TH2F * fEnergyTimeHistBefore
!energy/time distribution before
virtual ~AliEmcalClusterMaker()
void SetOutClusName(const char *n)