AliPhysics  35e5fca (35e5fca)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskRhoSparse.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKRHOSPARSE_H
2 #define ALIANALYSISTASKRHOSPARSE_H
3 
4 // $Id$
5 
7 
9 
10  public:
12  AliAnalysisTaskRhoSparse(const char *name, Bool_t histo=kFALSE);
14 
17  void SetRhoCMS(Bool_t cms) { fRhoCMS = cms ; }
20 
21  protected:
22  Bool_t Run();
23 
24  UInt_t fNExclLeadJets; // number of leading jets to be excluded from the median calculation
25  Bool_t fRhoCMS; // flag to run CMS method
26 
28 
29  AliAnalysisTaskRhoSparse(const AliAnalysisTaskRhoSparse&); // not implemented
31 
32  ClassDef(AliAnalysisTaskRhoSparse, 2); // Rho task
33 };
34 #endif
Definition: External.C:236
Bool_t IsJetOverlapping(AliEmcalJet *jet1, AliEmcalJet *jet2)
ClassDef(AliAnalysisTaskRhoSparse, 2)
unsigned int UInt_t
Definition: External.C:33
AliAnalysisTaskRhoSparse & operator=(const AliAnalysisTaskRhoSparse &)
Represent a jet reconstructed using the EMCal jet framework.
Definition: AliEmcalJet.h:44
bool Bool_t
Definition: External.C:53
Bool_t IsJetSignal(AliEmcalJet *jet1)