AliPhysics  4a7363b (4a7363b)
AliAnalysisTaskEmcalTriggerBackground.h
Go to the documentation of this file.
1 #ifndef __ALIANALYSISTASKEMCALTRIGGERBACKGROUND_H__
2 #define __ALIANALYSISTASKEMCALTRIGGERBACKGROUND_H__
3 
4 #include <AliAnalysisTaskEmcal.h>
5 class THistManager;
6 
7 namespace EmcalTriggerJets {
8 
10 public:
12  AliAnalysisTaskEmcalTriggerBackground(const char *name);
14 
16 
17 protected:
18  virtual void UserCreateOutputObjects();
19  virtual bool Run();
20 
21 private:
22 
24 
26 
27 };
28 
29 }
30 
31 #endif
Base task in the EMCAL framework.
static AliAnalysisTaskEmcalTriggerBackground * AddTaskEmcalTriggerBackground(const char *nametag)
Container class for histograms.
Definition: THistManager.h:99
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.