AliPhysics  31210d0 (31210d0)
AliAnalysisTaskJetSubstructure.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKJETSUBSTRUCTURE_H
2 #define ALIANALYSISTASKJETSUBSTRUCTURE_H
3 
14 /* Copyright(c) 1998-2016, ALICE Experiment at CERN, All rights reserved. *
15  * See cxx source for full Copyright notice */
16 
18 #include "THistManager.h"
19 
20 class AliFJWrapper;
21 
23  public:
24 
26  AliAnalysisTaskJetSubstructure(const char *name) ;
28 
30  void Terminate(Option_t *option) ;
31 
32  protected:
33  void ExecOnce() ;
35  Bool_t Run() ;
36 
37  void AllocateJetHistograms() ;
40  void AllocateCellHistograms() ;
42 
43  void DoJetLoop() ;
44  void DoJetSubstructureLoop() ;
45  void DoTrackLoop() ;
46  void DoClusterLoop() ;
47  void DoCellLoop() ;
48 
49  void AnalyzeJets() ;
50 
52  AliFJWrapper *fAliFJWrapper ;// fastjet wrapper
53 
54  private:
57 
59  ClassDef(AliAnalysisTaskJetSubstructure, 1);
61 };
62 #endif
AliAnalysisTaskJetSubstructure & operator=(const AliAnalysisTaskJetSubstructure &)
THistManager fHistManager
Histogram manager.
Base task in the EMCAL jet framework.
Container class for histograms.
Definition: THistManager.h:99
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53