AliPhysics  ec707b8 (ec707b8)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
AliEMCalTriggerClusterAnalysisComponent.h
Go to the documentation of this file.
1 
10 #ifndef ALIEMCALTRIGGERCLUSTERANALYSISCOMPONENT_H
11 #define ALIEMCALTRIGGERCLUSTERANALYSISCOMPONENT_H
12 /* Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
13  * See cxx source for full Copyright notice */
14 
15 #include "AliCutValueRange.h"
17 
18 class TString;
19 class AliVCluster;
20 class AliVEvent;
21 
29 namespace EMCalTriggerPtAnalysis {
30 
31 class AliEMCalTriggerEventData;
32 
41 public:
45 
46  virtual void CreateHistos();
47  virtual void Process(const AliEMCalTriggerEventData * const data);
48 
54  void SetEnergyRange(double min, double max) { fEnergyRange.SetLimits(min, max); }
55 
56 protected:
57  void FillHistogram(const TString &histname, const AliVCluster *clust, AliVEvent *ev, Bool_t inMB);
58 
60 
62  ClassDef(AliEMCalTriggerClusterAnalysisComponent, 1); // Analysis component for EMCal cluster
64 };
65 
66 } /* namespace EMCalTriggerPtAnalysis */
67 
68 #endif /* ALIEMCALTRIGGERCLUSTERANALYSISCOMPONENT_H */
void FillHistogram(const TString &histname, const AliVCluster *clust, AliVEvent *ev, Bool_t inMB)
Base class for analysis components.
AliCutValueRange< double > fEnergyRange
Allowed energy range for the cluster.
Base class for analysis components in the analysis of EMCAL-triggered events.
Simple event container within the high- track analysis.
Class containing a range for a value to cut on.