AliPhysics  68dfc25 (68dfc25)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskEmcalBadCells.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALBADCELLS_H
2 #define ALIANALYSISTASKEMCALBADCELLS_H
3 
4 class TH1;
5 class TH2;
6 
7 #include "AliAnalysisTaskEmcal.h"
8 
10  public:
11 
13  AliAnalysisTaskEmcalBadCells(const char *name, Bool_t histo = kFALSE);
15 
17  void Terminate(Option_t *option);
18 
19  protected:
21  Bool_t Run() ;
22 
23  // General histograms
25 
26  private:
29 
30  ClassDef(AliAnalysisTaskEmcalBadCells, 2) // jet sample analysis task
31 };
32 #endif
Bool_t Run()
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
Definition: External.C:236
Base task in the EMCAL framework.
AliAnalysisTaskEmcalBadCells & operator=(const AliAnalysisTaskEmcalBadCells &)
Definition: External.C:220
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53
Bool_t FillHistograms()
Function filling histograms.
Definition: External.C:196