AliPhysics  31210d0 (31210d0)
AliAnalysisTaskBackFlucRandomCone.h
Go to the documentation of this file.
1 
8 #ifndef ALIANALYSISTASKBACKFLUCRANDOMCONE_H
9 #define ALIANALYSISTASKBACKFLUCRANDOMCONE_H
10 
11 class TH1F;
12 class TH2F;
13 class AliRhoParameter;
15 
17 
18 public:
20  AliAnalysisTaskBackFlucRandomCone(const char* name);
22 
24  void Terminate(Option_t *option);
25 
26  //setters
27  void SetEtaRange(Double_t min, Double_t max) {fEtaMin = min; fEtaMax = max;}
28  void SetConeRadius(Double_t R) {fRCone = R;}
29  void SetRhoName();
30 
31 protected:
32  Bool_t Run();
34 
35 private:
41 
42  TRandom3 fRnd;
44 
46  TH1F *fNInOut;
49  TH1F *fhDeltapT;
50 
53 
55 };
56 #endif
57 
58 
void SetEtaRange(Double_t min, Double_t max)
TH2F * fhMasspTInCone
!<! Count track in and out of cone per event
double Double_t
Definition: External.C:58
Definition: External.C:236
Bool_t FillHistograms()
Function filling histograms.
TH1F * fhNConstituents
!<! Mass and pT of particles in the cone
TH1F * fhDeltapT
!<! Number of constituents in random cone
TString fRhoName
Name of rho run previously in the event.
Double_t fPhi
!<! Eta coordinate of the cone centre
Study background fluctuations with random cones.
Double_t fRCone
!<! Phi coordinate of the cone centre
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.
Double_t fEtaMax
Maximum eta limit (consider the R!), default 0.5.
Double_t fEtaMin
Minimum eta limit (consider the R!), default -0.5.
Base task in the EMCAL jet framework.
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53
AliAnalysisTaskBackFlucRandomCone & operator=(const AliAnalysisTaskBackFlucRandomCone &)