AliPhysics  2c8507d (2c8507d)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskEmcalTriggerPosition.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALTRIGGERPOSITION_H
2 #define ALIANALYSISTASKEMCALTRIGGERPOSITION_H
3 
4 #include "AliAnalysisTaskSE.h"
5 #include "AliInputEventHandler.h"
6 
7 class THistManager;
8 
10 public:
12  AliAnalysisTaskEmcalTriggerPosition(const char *name);
14 
15  virtual void UserCreateOutputObjects();
16  virtual void UserExec(Option_t *opt);
17 
18  void SetEG1Threshold(double threshold) { fThresholdEG1 = threshold; }
19 
20 protected:
21 
24 
26 };
27 
28 #endif /* ALIANALYSISTASKEMCALTRIGGERPOSITION_H_ */
double Double_t
Definition: External.C:58
ClassDef(AliAnalysisTaskEmcalTriggerPosition, 1)
Container class for histograms for the high- charged particle analysis.
Definition: THistManager.h:43
const char Option_t
Definition: External.C:48