AliPhysics  3abf71f (3abf71f)
AliAnalysisTaskEmcalSample.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALSAMPLE_H
2 #define ALIANALYSISTASKEMCALSAMPLE_H
3 
15 /* Copyright(c) 1998-2016, ALICE Experiment at CERN, All rights reserved. *
16  * See cxx source for full Copyright notice */
17 
18 #include "AliAnalysisTaskEmcal.h"
19 #include "THistManager.h"
20 
31  public:
32 
34  AliAnalysisTaskEmcalSample(const char *name) ;
35  virtual ~AliAnalysisTaskEmcalSample() ;
36 
38  void Terminate(Option_t *option) ;
39 
40  protected:
41  void ExecOnce() ;
43  Bool_t Run() ;
44 
47  void AllocateCellHistograms() ;
48 
49  void DoTrackLoop() ;
50  void DoClusterLoop() ;
51  void DoCellLoop() ;
52 
54 
55  private:
56  AliAnalysisTaskEmcalSample(const AliAnalysisTaskEmcalSample&) ; // not implemented
58 
60  ClassDef(AliAnalysisTaskEmcalSample, 2);
62 };
63 #endif
Base task in the EMCAL framework.
Implementation of a sample jet analysis task.
THistManager fHistManager
Histogram manager.
Container class for histograms.
Definition: THistManager.h:99
AliAnalysisTaskEmcalSample & operator=(const AliAnalysisTaskEmcalSample &)
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53