1 #ifndef ALIANALYSISTASKEGAMONITOR_H 2 #define ALIANALYSISTASKEGAMONITOR_H 5 class AliOADBContainer;
Double_t fRecalcHigh
High threshold for recalc gamma trigger.
virtual void UserCreateOutputObjects()
THistManager * fHistos
! Histogram manager
bool IsPatchRejected(int col, int row)
Base task in the EMCAL framework.
virtual ~AliAnalysisTaskEGAMonitor()
TString fNameMaskedFastorOADB
Name of the OADB container with the masked fastor information.
Bool_t fUseRecalcPatches
Defined whether to use recalc patches.
Simplistic class, checks distribution of the online EGA trigger patches.
void SetUseRecalcPatches(Double_t recalcLow, Double_t recalcHigh)
void AddMaskedFastor(int fastorAbsID)
virtual void RunChanged(Int_t newrun)
Process tasks relevant when a file with a different run number is processed.
virtual bool Run()
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
AliOADBContainer * fMaskedFastorOADB
OADB container with masked fastor information.
AliAnalysisTaskEGAMonitor()
Analysis of high- tracks in triggered events.
Double_t fRecalcLow
Low threshold for recalc gamma trigger.
void SetMaskedFastorOADB(TString oadbname)
virtual void ExecOnce()
Perform steps needed to initialize the analysis.
std::vector< int > fMaskedFastors
List of masked fastors.
Container class for histograms.
virtual bool IsEventSelected()
Performing event selection.