AliPhysics  34df632 (34df632)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskEmcalJetSample.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALJETSAMPLE_H
2 #define ALIANALYSISTASKEMCALJETSAMPLE_H
3 
16 /* Copyright(c) 1998-2016, ALICE Experiment at CERN, All rights reserved. *
17  * See cxx source for full Copyright notice */
18 
20 #include "THistManager.h"
21 
35  public:
36 
38  AliAnalysisTaskEmcalJetSample(const char *name) ;
40 
42  void Terminate(Option_t *option) ;
43 
44  protected:
45  void ExecOnce() ;
47  Bool_t Run() ;
48 
49  void AllocateJetHistograms() ;
52  void AllocateCellHistograms() ;
53 
54  void DoJetLoop() ;
55  void DoTrackLoop() ;
56  void DoClusterLoop() ;
57  void DoCellLoop() ;
58 
60 
61  private:
64 
66  ClassDef(AliAnalysisTaskEmcalJetSample, 7);
68 };
69 #endif
Implementation of a sample jet analysis task.
THistManager fHistManager
Histogram manager.
Base task in the EMCAL jet framework.
Container class for histograms.
Definition: THistManager.h:43
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53
AliAnalysisTaskEmcalJetSample & operator=(const AliAnalysisTaskEmcalJetSample &)