8 #ifndef ALIANALYSISTASKBACKFLUCRANDOMCONE_H 9 #define ALIANALYSISTASKBACKFLUCRANDOMCONE_H void SetEtaRange(Double_t min, Double_t max)
TH2F * fhMasspTInCone
!<! Count track in and out of cone per event
Bool_t FillHistograms()
Function filling histograms.
TH1F * fhNConstituents
!<! Mass and pT of particles in the cone
TH1F * fhDeltapT
!<! Number of constituents in random cone
void SetConeRadius(Double_t R)
AliAnalysisTaskBackFlucRandomCone()
void UserCreateOutputObjects()
TString fRhoName
Name of rho run previously in the event.
TRandom3 fRnd
Random number generator.
void Terminate(Option_t *option)
Double_t fPhi
!<! Eta coordinate of the cone centre
virtual ~AliAnalysisTaskBackFlucRandomCone()
TH1F * fNInOut
!<! 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.
TH2F * fhEtaPhiConeCentre
AliAnalysisTaskBackFlucRandomCone & operator=(const AliAnalysisTaskBackFlucRandomCone &)