AliPhysics  3b4a69f (3b4a69f)
AliAnalysisTaskRhoFlow.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKRHOFLOW_H
2 #define ALIANALYSISTASKRHOFLOW_H
3 
4 // $Id$
5 
6 #include "AliAnalysisTaskRho.h"
7 
9 
10  public:
12  AliAnalysisTaskRhoFlow(const char *name);
14 
16 
17  protected:
18  Bool_t Run();
20 
21  AliAnalysisTaskRhoFlow(const AliAnalysisTaskRhoFlow&); // not implemented
22  AliAnalysisTaskRhoFlow& operator=(const AliAnalysisTaskRhoFlow&); // not implemented
23 
36 
37  ClassDef(AliAnalysisTaskRhoFlow, 1); // Rho task for flow bias study
38 };
39 #endif
TH2F * fHistRhoNearVsCent
Rho in the perpendicular side 2.
TH2F * fHistRhoAwayVsCent
Rho - rho_near vs. centrality.
Bool_t FillHistograms()
Function filling histograms.
double Double_t
Definition: External.C:58
Definition: External.C:236
TH2F * fHistDeltaRhoAwayVsCent
Away side rho vs. centrality.
TH2F * fHistDeltaRhoPerp2VsCent
Perpendicualr side 2 rho vs. centrality.
Double_t fRhoPerpSide2
Rho in the perpendicular side 1.
Double_t fRhoAwaySide
Rho in the near side.
AliAnalysisTaskRhoFlow & operator=(const AliAnalysisTaskRhoFlow &)
TH2F * fHistDeltaRhoPerp1VsCent
Perpendicualr side 1 rho vs. centrality.
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.
TH2F * fHistRhoPerp1VsCent
Rho - rho_away vs. centrality.
TH2F * fHistRhoPerp2VsCent
Rho - rho_perp1 vs. centrality.
TH2F * fHistDeltaRhoNearVsCent
Near side rho vs. centrality.
bool Bool_t
Definition: External.C:53
Double_t fRhoPerpSide1
Rho in the away side.