AliPhysics  7c37cfa (7c37cfa)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliFlowAnalysisWithNestedLoops Class Reference

#include <AliFlowAnalysisWithNestedLoops.h>

Public Member Functions

 AliFlowAnalysisWithNestedLoops ()
 
virtual ~AliFlowAnalysisWithNestedLoops ()
 
virtual void InitializeArraysForMH ()
 
virtual void Init ()
 
virtual void CrossCheckSettings ()
 
virtual void AccessConstants ()
 
virtual void BookAndNestAllLists ()
 
virtual void BookAndFillProfileHoldingSettings ()
 
virtual void BookCommonHistograms ()
 
virtual void BookEverythingForRAD ()
 
virtual void BookEverythingForMH ()
 
virtual void BookAndFillWeightsHistograms ()
 
virtual void StoreHarmonic ()
 
virtual void Make (AliFlowEventSimple *anEvent)
 
virtual void CheckPointersUsedInMake ()
 
virtual void EvaluateNestedLoopsForRAD (AliFlowEventSimple *anEvent)
 
virtual void EvaluateNestedLoopsForMH (AliFlowEventSimple *anEvent)
 
virtual void Finish ()
 
virtual void CheckPointersUsedInFinish ()
 
virtual void AccessSettings ()
 
virtual void PrintOnTheScreen ()
 
virtual void GetOutputHistograms (TList *outputListHistos)
 
virtual void GetPointersForBaseHistograms ()
 
virtual void GetPointersForCommonHistograms ()
 
virtual void GetPointersForRAD ()
 
virtual void GetPointersForMH ()
 
virtual void WriteHistograms (TString outputFileName)
 
virtual void WriteHistograms (TDirectoryFile *outputFileName)
 
virtual void CheckPointersForRAD (TString where)
 
virtual void CheckPointersForMH (TString where)
 
void SetHistList (TList *const hl)
 
TListGetHistList () const
 
void SetHistListName (const char *hln)
 
TStringGetHistListName () const
 
void SetHarmonic (Int_t const harmonic)
 
Int_t GetHarmonic () const
 
void SetAnalysisLabel (const char *al)
 
TStringGetAnalysisLabel () const
 
void SetAnalysisSettings (TProfile *const as)
 
TProfile * GetAnalysisSettings () const
 
void SetOppositeChargesPOI (Bool_t const ocp)
 
Bool_t GetOppositeChargesPOI () const
 
void SetEvaluateDifferential3pCorrelator (Bool_t const ed3pc)
 
Bool_t GetEvaluateDifferential3pCorrelator () const
 
void SetPrintOnTheScreen (Bool_t const pots)
 
Bool_t GetPrintOnTheScreen () const
 
void SetCommonHists (AliFlowCommonHist *const ch)
 
AliFlowCommonHistGetCommonHists () const
 
void SetWeightsList (TList *const wl)
 
TListGetWeightsList () const
 
void SetUsePhiWeights (Bool_t const uPhiW)
 
Bool_t GetUsePhiWeights () const
 
void SetUsePtWeights (Bool_t const uPtW)
 
Bool_t GetUsePtWeights () const
 
void SetUseEtaWeights (Bool_t const uEtaW)
 
Bool_t GetUseEtaWeights () const
 
void SetUseParticleWeights (TProfile *const uPW)
 
TProfile * GetUseParticleWeights () const
 
void SetPhiWeights (TH1F *const histPhiWeights)
 
TH1F * GetPhiWeights () const
 
void SetPtWeights (TH1D *const histPtWeights)
 
TH1DGetPtWeights () const
 
void SetEtaWeights (TH1D *const histEtaWeights)
 
TH1DGetEtaWeights () const
 
void SetListRAD (TList *const lRAD)
 
TListGetListRAD () const
 
void SetEvaluateNestedLoopsForRAD (Bool_t const enlfRAD)
 
Bool_t GetEvaluateNestedLoopsForRAD () const
 
void SetRelativeAngleDistribution (TH1D *const rad)
 
TH1DGetRelativeAngleDistribution () const
 
void SetCharge (TH1D *const rad)
 
TH1DGetCharge () const
 
void SetListQC (TList *const lQC)
 
TListGetListQC () const
 
void SetEvaluateNestedLoopsForQC (Bool_t const enlfQC)
 
Bool_t GetEvaluateNestedLoopsForQC () const
 
void SetListMH (TList *const lMH)
 
TListGetListMH () const
 
void SetEvaluateNestedLoopsForMH (Bool_t const enlfMH)
 
Bool_t GetEvaluateNestedLoopsForMH () const
 
void Set3pCorrelatorPro (TProfile *const s3pPro)
 
TProfile * Get3pCorrelatorPro () const
 
void Set5pCorrelatorPro (TProfile *const s3pPro)
 
TProfile * Get5pCorrelatorPro () const
 
void Set3pCorrelatorVsPtSumDiffDirectPro (TProfile *const s3pcvpsdd, Int_t const sd)
 
TProfile * Get3pCorrelatorVsPtSumDiffDirectPro (Int_t sd) const
 

Private Member Functions

 AliFlowAnalysisWithNestedLoops (const AliFlowAnalysisWithNestedLoops &afawQc)
 
AliFlowAnalysisWithNestedLoopsoperator= (const AliFlowAnalysisWithNestedLoops &afawQc)
 
 ClassDef (AliFlowAnalysisWithNestedLoops, 0)
 

Private Attributes

TListfHistList
 
TStringfHistListName
 
Int_t fHarmonic
 
TStringfAnalysisLabel
 
TProfile * fAnalysisSettings
 
Bool_t fOppositeChargesPOI
 
Bool_t fEvaluateDifferential3pCorrelator
 
Bool_t fPrintOnTheScreen
 
AliFlowCommonHistfCommonHists
 
Int_t fnBinsPhi
 
Double_t fPhiMin
 
Double_t fPhiMax
 
Double_t fPhiBinWidth
 
Int_t fnBinsPt
 
Double_t fPtMin
 
Double_t fPtMax
 
Double_t fPtBinWidth
 
Int_t fnBinsEta
 
Double_t fEtaMin
 
Double_t fEtaMax
 
Double_t fEtaBinWidth
 
TListfWeightsList
 
Bool_t fUsePhiWeights
 
Bool_t fUsePtWeights
 
Bool_t fUseEtaWeights
 
TProfile * fUseParticleWeights
 
TH1F * fPhiWeights
 
TH1DfPtWeights
 
TH1DfEtaWeights
 
TListfListRAD
 
Bool_t fEvaluateNestedLoopsForRAD
 
TH1DfRelativeAngleDistribution
 
TH1DfCharge
 
TListfListQC
 
Bool_t fEvaluateNestedLoopsForQC
 
TListfListMH
 
Bool_t fEvaluateNestedLoopsForMH
 
TProfile * f3pCorrelatorPro
 
TProfile * f5pCorrelatorPro
 
TProfile * f3pCorrelatorVsPtSumDiffDirectPro [2]
 

Detailed Description

Definition at line 33 of file AliFlowAnalysisWithNestedLoops.h.

Constructor & Destructor Documentation

AliFlowAnalysisWithNestedLoops::AliFlowAnalysisWithNestedLoops ( )
AliFlowAnalysisWithNestedLoops::~AliFlowAnalysisWithNestedLoops ( )
virtual

Definition at line 121 of file AliFlowAnalysisWithNestedLoops.cxx.

AliFlowAnalysisWithNestedLoops::AliFlowAnalysisWithNestedLoops ( const AliFlowAnalysisWithNestedLoops afawQc)
private

Member Function Documentation

void AliFlowAnalysisWithNestedLoops::AccessConstants ( )
virtual

Definition at line 463 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::AccessSettings ( )
virtual

Definition at line 696 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Finish(), and GetOutputHistograms().

void AliFlowAnalysisWithNestedLoops::BookAndFillProfileHoldingSettings ( )
virtual

Definition at line 402 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::BookAndFillWeightsHistograms ( )
virtual

Definition at line 494 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::BookAndNestAllLists ( )
virtual

Definition at line 377 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::BookCommonHistograms ( )
virtual

Definition at line 429 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::BookEverythingForMH ( )
virtual

Definition at line 725 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::BookEverythingForRAD ( )
virtual

Definition at line 441 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::CheckPointersForMH ( TString  where)
virtual
void AliFlowAnalysisWithNestedLoops::CheckPointersForRAD ( TString  where)
virtual
void AliFlowAnalysisWithNestedLoops::CheckPointersUsedInFinish ( )
virtual

Definition at line 602 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Finish().

void AliFlowAnalysisWithNestedLoops::CheckPointersUsedInMake ( )
virtual

Definition at line 591 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Make().

AliFlowAnalysisWithNestedLoops::ClassDef ( AliFlowAnalysisWithNestedLoops  ,
 
)
private
void AliFlowAnalysisWithNestedLoops::CrossCheckSettings ( )
virtual

Definition at line 484 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForMH ( AliFlowEventSimple anEvent)
virtual

Definition at line 824 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Make().

void AliFlowAnalysisWithNestedLoops::EvaluateNestedLoopsForRAD ( AliFlowEventSimple anEvent)
virtual

Definition at line 780 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Make().

void AliFlowAnalysisWithNestedLoops::Finish ( )
virtual
TProfile* AliFlowAnalysisWithNestedLoops::Get3pCorrelatorPro ( ) const
inline

Definition at line 126 of file AliFlowAnalysisWithNestedLoops.h.

TProfile* AliFlowAnalysisWithNestedLoops::Get3pCorrelatorVsPtSumDiffDirectPro ( Int_t  sd) const
inline

Definition at line 130 of file AliFlowAnalysisWithNestedLoops.h.

TProfile* AliFlowAnalysisWithNestedLoops::Get5pCorrelatorPro ( ) const
inline

Definition at line 128 of file AliFlowAnalysisWithNestedLoops.h.

TString* AliFlowAnalysisWithNestedLoops::GetAnalysisLabel ( ) const
inline

Definition at line 80 of file AliFlowAnalysisWithNestedLoops.h.

TProfile* AliFlowAnalysisWithNestedLoops::GetAnalysisSettings ( ) const
inline

Definition at line 82 of file AliFlowAnalysisWithNestedLoops.h.

TH1D* AliFlowAnalysisWithNestedLoops::GetCharge ( ) const
inline

Definition at line 114 of file AliFlowAnalysisWithNestedLoops.h.

AliFlowCommonHist* AliFlowAnalysisWithNestedLoops::GetCommonHists ( ) const
inline

Definition at line 90 of file AliFlowAnalysisWithNestedLoops.h.

TH1D* AliFlowAnalysisWithNestedLoops::GetEtaWeights ( ) const
inline

Definition at line 106 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetEvaluateDifferential3pCorrelator ( ) const
inline

Definition at line 86 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetEvaluateNestedLoopsForMH ( ) const
inline

Definition at line 124 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetEvaluateNestedLoopsForQC ( ) const
inline

Definition at line 119 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetEvaluateNestedLoopsForRAD ( ) const
inline

Definition at line 110 of file AliFlowAnalysisWithNestedLoops.h.

Int_t AliFlowAnalysisWithNestedLoops::GetHarmonic ( ) const
inline

Definition at line 78 of file AliFlowAnalysisWithNestedLoops.h.

TList* AliFlowAnalysisWithNestedLoops::GetHistList ( ) const
inline
TString* AliFlowAnalysisWithNestedLoops::GetHistListName ( ) const
inline

Definition at line 76 of file AliFlowAnalysisWithNestedLoops.h.

TList* AliFlowAnalysisWithNestedLoops::GetListMH ( ) const
inline

Definition at line 122 of file AliFlowAnalysisWithNestedLoops.h.

TList* AliFlowAnalysisWithNestedLoops::GetListQC ( ) const
inline

Definition at line 117 of file AliFlowAnalysisWithNestedLoops.h.

TList* AliFlowAnalysisWithNestedLoops::GetListRAD ( ) const
inline

Definition at line 108 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetOppositeChargesPOI ( ) const
inline

Definition at line 84 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::GetOutputHistograms ( TList outputListHistos)
virtual
TH1F* AliFlowAnalysisWithNestedLoops::GetPhiWeights ( ) const
inline

Definition at line 102 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::GetPointersForBaseHistograms ( )
virtual

Definition at line 235 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by GetOutputHistograms().

void AliFlowAnalysisWithNestedLoops::GetPointersForCommonHistograms ( )
virtual

Definition at line 256 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by GetOutputHistograms().

void AliFlowAnalysisWithNestedLoops::GetPointersForMH ( )
virtual

Definition at line 307 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by GetOutputHistograms().

void AliFlowAnalysisWithNestedLoops::GetPointersForRAD ( )
virtual

Definition at line 277 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by GetOutputHistograms().

Bool_t AliFlowAnalysisWithNestedLoops::GetPrintOnTheScreen ( ) const
inline

Definition at line 88 of file AliFlowAnalysisWithNestedLoops.h.

TH1D* AliFlowAnalysisWithNestedLoops::GetPtWeights ( ) const
inline

Definition at line 104 of file AliFlowAnalysisWithNestedLoops.h.

TH1D* AliFlowAnalysisWithNestedLoops::GetRelativeAngleDistribution ( ) const
inline

Definition at line 112 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetUseEtaWeights ( ) const
inline

Definition at line 98 of file AliFlowAnalysisWithNestedLoops.h.

TProfile* AliFlowAnalysisWithNestedLoops::GetUseParticleWeights ( ) const
inline

Definition at line 100 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetUsePhiWeights ( ) const
inline

Definition at line 94 of file AliFlowAnalysisWithNestedLoops.h.

Bool_t AliFlowAnalysisWithNestedLoops::GetUsePtWeights ( ) const
inline

Definition at line 96 of file AliFlowAnalysisWithNestedLoops.h.

TList* AliFlowAnalysisWithNestedLoops::GetWeightsList ( ) const
inline

Definition at line 92 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::Init ( )
virtual
void AliFlowAnalysisWithNestedLoops::InitializeArraysForMH ( )
virtual

Definition at line 712 of file AliFlowAnalysisWithNestedLoops.cxx.

void AliFlowAnalysisWithNestedLoops::Make ( AliFlowEventSimple anEvent)
virtual
AliFlowAnalysisWithNestedLoops& AliFlowAnalysisWithNestedLoops::operator= ( const AliFlowAnalysisWithNestedLoops afawQc)
private
void AliFlowAnalysisWithNestedLoops::PrintOnTheScreen ( )
virtual

Definition at line 942 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Finish().

void AliFlowAnalysisWithNestedLoops::Set3pCorrelatorPro ( TProfile *const  s3pPro)
inline

Definition at line 125 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForMH().

void AliFlowAnalysisWithNestedLoops::Set3pCorrelatorVsPtSumDiffDirectPro ( TProfile *const  s3pcvpsdd,
Int_t const  sd 
)
inline

Definition at line 129 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForMH().

void AliFlowAnalysisWithNestedLoops::Set5pCorrelatorPro ( TProfile *const  s3pPro)
inline

Definition at line 127 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForMH().

void AliFlowAnalysisWithNestedLoops::SetAnalysisLabel ( const char *  al)
inline

Definition at line 79 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetAnalysisSettings ( TProfile *const  as)
inline

Definition at line 81 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForBaseHistograms().

void AliFlowAnalysisWithNestedLoops::SetCharge ( TH1D *const  rad)
inline

Definition at line 113 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForRAD().

void AliFlowAnalysisWithNestedLoops::SetCommonHists ( AliFlowCommonHist *const  ch)
inline

Definition at line 89 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForCommonHistograms().

void AliFlowAnalysisWithNestedLoops::SetEtaWeights ( TH1D *const  histEtaWeights)
inline

Definition at line 105 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetEvaluateDifferential3pCorrelator ( Bool_t const  ed3pc)
inline
void AliFlowAnalysisWithNestedLoops::SetEvaluateNestedLoopsForMH ( Bool_t const  enlfMH)
inline
void AliFlowAnalysisWithNestedLoops::SetEvaluateNestedLoopsForQC ( Bool_t const  enlfQC)
inline
void AliFlowAnalysisWithNestedLoops::SetEvaluateNestedLoopsForRAD ( Bool_t const  enlfRAD)
inline
void AliFlowAnalysisWithNestedLoops::SetHarmonic ( Int_t const  harmonic)
inline
void AliFlowAnalysisWithNestedLoops::SetHistList ( TList *const  hl)
inline

Definition at line 73 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetOutputHistograms().

void AliFlowAnalysisWithNestedLoops::SetHistListName ( const char *  hln)
inline

Definition at line 75 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetListMH ( TList *const  lMH)
inline

Definition at line 121 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetListQC ( TList *const  lQC)
inline

Definition at line 116 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetListRAD ( TList *const  lRAD)
inline

Definition at line 107 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetOppositeChargesPOI ( Bool_t const  ocp)
inline
void AliFlowAnalysisWithNestedLoops::SetPhiWeights ( TH1F *const  histPhiWeights)
inline

Definition at line 101 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetPrintOnTheScreen ( Bool_t const  pots)
inline

Definition at line 87 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetPtWeights ( TH1D *const  histPtWeights)
inline

Definition at line 103 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetRelativeAngleDistribution ( TH1D *const  rad)
inline

Definition at line 111 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetPointersForRAD().

void AliFlowAnalysisWithNestedLoops::SetUseEtaWeights ( Bool_t const  uEtaW)
inline
void AliFlowAnalysisWithNestedLoops::SetUseParticleWeights ( TProfile *const  uPW)
inline

Definition at line 99 of file AliFlowAnalysisWithNestedLoops.h.

void AliFlowAnalysisWithNestedLoops::SetUsePhiWeights ( Bool_t const  uPhiW)
inline
void AliFlowAnalysisWithNestedLoops::SetUsePtWeights ( Bool_t const  uPtW)
inline
void AliFlowAnalysisWithNestedLoops::SetWeightsList ( TList *const  wl)
inline
void AliFlowAnalysisWithNestedLoops::StoreHarmonic ( )
virtual

Definition at line 367 of file AliFlowAnalysisWithNestedLoops.cxx.

Referenced by Init().

void AliFlowAnalysisWithNestedLoops::WriteHistograms ( TString  outputFileName)
virtual

Definition at line 346 of file AliFlowAnalysisWithNestedLoops.cxx.

void AliFlowAnalysisWithNestedLoops::WriteHistograms ( TDirectoryFile *  outputFileName)
virtual

Definition at line 356 of file AliFlowAnalysisWithNestedLoops.cxx.

Member Data Documentation

TProfile* AliFlowAnalysisWithNestedLoops::f3pCorrelatorPro
private
TProfile* AliFlowAnalysisWithNestedLoops::f3pCorrelatorVsPtSumDiffDirectPro[2]
private
TProfile* AliFlowAnalysisWithNestedLoops::f5pCorrelatorPro
private
TString* AliFlowAnalysisWithNestedLoops::fAnalysisLabel
private

Definition at line 139 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetAnalysisLabel(), and SetAnalysisLabel().

TProfile* AliFlowAnalysisWithNestedLoops::fAnalysisSettings
private
TH1D* AliFlowAnalysisWithNestedLoops::fCharge
private

Definition at line 171 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by BookEverythingForRAD(), GetCharge(), and SetCharge().

AliFlowCommonHist* AliFlowAnalysisWithNestedLoops::fCommonHists
private
Double_t AliFlowAnalysisWithNestedLoops::fEtaBinWidth
private
Double_t AliFlowAnalysisWithNestedLoops::fEtaMax
private

Definition at line 156 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

Double_t AliFlowAnalysisWithNestedLoops::fEtaMin
private

Definition at line 155 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

TH1D* AliFlowAnalysisWithNestedLoops::fEtaWeights
private
Bool_t AliFlowAnalysisWithNestedLoops::fEvaluateNestedLoopsForQC
private
TString* AliFlowAnalysisWithNestedLoops::fHistListName
private

Definition at line 137 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by GetHistListName(), and SetHistListName().

TList* AliFlowAnalysisWithNestedLoops::fListMH
private
TList* AliFlowAnalysisWithNestedLoops::fListQC
private

Definition at line 173 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by BookAndNestAllLists(), GetListQC(), and SetListQC().

TList* AliFlowAnalysisWithNestedLoops::fListRAD
private
Int_t AliFlowAnalysisWithNestedLoops::fnBinsEta
private

Definition at line 154 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

Int_t AliFlowAnalysisWithNestedLoops::fnBinsPhi
private

Definition at line 146 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

Int_t AliFlowAnalysisWithNestedLoops::fnBinsPt
private

Definition at line 150 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants(), and BookEverythingForMH().

Bool_t AliFlowAnalysisWithNestedLoops::fOppositeChargesPOI
private
Double_t AliFlowAnalysisWithNestedLoops::fPhiBinWidth
private
Double_t AliFlowAnalysisWithNestedLoops::fPhiMax
private

Definition at line 148 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

Double_t AliFlowAnalysisWithNestedLoops::fPhiMin
private

Definition at line 147 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

TH1F* AliFlowAnalysisWithNestedLoops::fPhiWeights
private
Bool_t AliFlowAnalysisWithNestedLoops::fPrintOnTheScreen
private
Double_t AliFlowAnalysisWithNestedLoops::fPtBinWidth
private
Double_t AliFlowAnalysisWithNestedLoops::fPtMax
private

Definition at line 152 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants(), and BookEverythingForMH().

Double_t AliFlowAnalysisWithNestedLoops::fPtMin
private

Definition at line 151 of file AliFlowAnalysisWithNestedLoops.h.

Referenced by AccessConstants().

TH1D* AliFlowAnalysisWithNestedLoops::fPtWeights
private
TH1D* AliFlowAnalysisWithNestedLoops::fRelativeAngleDistribution
private
Bool_t AliFlowAnalysisWithNestedLoops::fUseEtaWeights
private
TProfile* AliFlowAnalysisWithNestedLoops::fUseParticleWeights
private
Bool_t AliFlowAnalysisWithNestedLoops::fUsePhiWeights
private
Bool_t AliFlowAnalysisWithNestedLoops::fUsePtWeights
private
TList* AliFlowAnalysisWithNestedLoops::fWeightsList
private

The documentation for this class was generated from the following files: