AliPhysics  4646b6b (4646b6b)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEmcalTenderTask.h
Go to the documentation of this file.
1 #ifndef ALIEMCALTENDERTASK_H
2 #define ALIEMCALTENDERTASK_H
3 
4 // $Id$
5 
6 #ifndef ALIANALYSISTASKSE_H
7 #include "AliAnalysisTaskSE.h"
8 #endif
9 
10 class AliEMCALTenderSupply;
11 
13 
14 protected:
15  AliEMCALTenderSupply *fEMCALTender;
16 
17 private:
20 
21 public:
23  AliEmcalTenderTask(const char *name);
24  virtual ~AliEmcalTenderTask();
25 
26  void SetEMCALTenderSupply(AliEMCALTenderSupply *supply) ;
27  AliEMCALTenderSupply* GetEMCALTenderSupply() const;
28 
29  virtual void ConnectInputData(Option_t *option);
30  virtual void UserCreateOutputObjects();
31  virtual void UserExec(Option_t*);
32 
33  ClassDef(AliEmcalTenderTask,2) // Wrapper class to hold tender supply for AOD usage
34 };
35 #endif
AliEMCALTenderSupply * fEMCALTender
virtual void UserCreateOutputObjects()
virtual void ConnectInputData(Option_t *option)
virtual void UserExec(Option_t *)
AliEMCALTenderSupply * GetEMCALTenderSupply() const
const char Option_t
Definition: External.C:48
AliEmcalTenderTask & operator=(const AliEmcalTenderTask &other)
void SetEMCALTenderSupply(AliEMCALTenderSupply *supply)