10 #ifndef ALIEMCALTRIGGERCLUSTERANALYSISCOMPONENT_H
11 #define ALIEMCALTRIGGERCLUSTERANALYSISCOMPONENT_H
30 namespace EMCalTriggerPtAnalysis {
32 class AliEMCalTriggerEventData;
64 void FillHistogram(
const TString &histname,
const AliVCluster *clust, AliVEvent *ev, Bool_t inMB);
ETriggerMethod_t
Methods available to select event as triggered events.
Declaration of class AliEMCalTriggerAnaTriggerDecision, a container for trigger decision in EMCAL-tri...
void FillHistogram(const TString &histname, const AliVCluster *clust, AliVEvent *ev, Bool_t inMB)
Base class for analysis components.
ETriggerMethod_t fTriggerMethod
Method used for the trigger decision.
void SetEnergyRange(double min, double max)
AliCutValueRange< double > fEnergyRange
Allowed energy range for the cluster.
virtual void Process(const AliEMCalTriggerEventData *const data)
void SetLimits(t min, t max)
void SetTriggerMethod(ETriggerMethod_t method)
Base class for analysis components in the analysis of EMCAL-triggered events.
virtual ~AliEMCalTriggerClusterAnalysisComponent()
virtual void CreateHistos()
AliEMCalTriggerClusterAnalysisComponent()
Analysis component for EMCAL clusters in events.