AliPhysics  dab84fb (dab84fb)
AliAnalysisTaskRho.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKRHO_H
2 #define ALIANALYSISTASKRHO_H
3 
4 // $Id$
5 
7 
9 
10  public:
12  AliAnalysisTaskRho(const char *name, Bool_t histo=kFALSE);
13  virtual ~AliAnalysisTaskRho() {}
14 
16 
17  protected:
18  Bool_t Run();
19 
20  UInt_t fNExclLeadJets; // number of leading jets to be excluded from the median calculation
21 
22  AliAnalysisTaskRho(const AliAnalysisTaskRho&); // not implemented
23  AliAnalysisTaskRho& operator=(const AliAnalysisTaskRho&); // not implemented
24 
25  ClassDef(AliAnalysisTaskRho, 10); // Rho task
26 };
27 #endif
AliAnalysisTaskRho & operator=(const AliAnalysisTaskRho &)
void SetExcludeLeadJets(UInt_t n)
unsigned int UInt_t
Definition: External.C:33
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.
bool Bool_t
Definition: External.C:53