![]() |
AliPhysics
66e96a0 (66e96a0)
|
#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) |
TList * | GetHistList () const |
void | SetHistListName (const char *hln) |
TString * | GetHistListName () const |
void | SetHarmonic (Int_t const harmonic) |
Int_t | GetHarmonic () const |
void | SetAnalysisLabel (const char *al) |
TString * | GetAnalysisLabel () 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) |
AliFlowCommonHist * | GetCommonHists () const |
void | SetWeightsList (TList *const wl) |
TList * | GetWeightsList () 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) |
TH1D * | GetPtWeights () const |
void | SetEtaWeights (TH1D *const histEtaWeights) |
TH1D * | GetEtaWeights () const |
void | SetListRAD (TList *const lRAD) |
TList * | GetListRAD () const |
void | SetEvaluateNestedLoopsForRAD (Bool_t const enlfRAD) |
Bool_t | GetEvaluateNestedLoopsForRAD () const |
void | SetRelativeAngleDistribution (TH1D *const rad) |
TH1D * | GetRelativeAngleDistribution () const |
void | SetCharge (TH1D *const rad) |
TH1D * | GetCharge () const |
void | SetListQC (TList *const lQC) |
TList * | GetListQC () const |
void | SetEvaluateNestedLoopsForQC (Bool_t const enlfQC) |
Bool_t | GetEvaluateNestedLoopsForQC () const |
void | SetListMH (TList *const lMH) |
TList * | GetListMH () 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) | |
AliFlowAnalysisWithNestedLoops & | operator= (const AliFlowAnalysisWithNestedLoops &afawQc) |
ClassDef (AliFlowAnalysisWithNestedLoops, 0) | |
Private Attributes | |
TList * | fHistList |
TString * | fHistListName |
Int_t | fHarmonic |
TString * | fAnalysisLabel |
TProfile * | fAnalysisSettings |
Bool_t | fOppositeChargesPOI |
Bool_t | fEvaluateDifferential3pCorrelator |
Bool_t | fPrintOnTheScreen |
AliFlowCommonHist * | fCommonHists |
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 |
TList * | fWeightsList |
Bool_t | fUsePhiWeights |
Bool_t | fUsePtWeights |
Bool_t | fUseEtaWeights |
TProfile * | fUseParticleWeights |
TH1F * | fPhiWeights |
TH1D * | fPtWeights |
TH1D * | fEtaWeights |
TList * | fListRAD |
Bool_t | fEvaluateNestedLoopsForRAD |
TH1D * | fRelativeAngleDistribution |
TH1D * | fCharge |
TList * | fListQC |
Bool_t | fEvaluateNestedLoopsForQC |
TList * | fListMH |
Bool_t | fEvaluateNestedLoopsForMH |
TProfile * | f3pCorrelatorPro |
TProfile * | f5pCorrelatorPro |
TProfile * | f3pCorrelatorVsPtSumDiffDirectPro [2] |
Definition at line 33 of file AliFlowAnalysisWithNestedLoops.h.
AliFlowAnalysisWithNestedLoops::AliFlowAnalysisWithNestedLoops | ( | ) |
|
virtual |
Definition at line 121 of file AliFlowAnalysisWithNestedLoops.cxx.
|
private |
|
virtual |
Definition at line 463 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 696 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Finish(), and GetOutputHistograms().
|
virtual |
Definition at line 402 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 494 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 377 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 429 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 725 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 441 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 640 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by CheckPointersUsedInFinish(), and CheckPointersUsedInMake().
|
virtual |
Definition at line 613 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by CheckPointersUsedInFinish(), and CheckPointersUsedInMake().
|
virtual |
Definition at line 602 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Finish().
|
virtual |
Definition at line 591 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Make().
|
private |
|
virtual |
Definition at line 484 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 824 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Make().
|
virtual |
Definition at line 780 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Make().
|
virtual |
Definition at line 187 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by AliAnalysisTaskNestedLoops::Terminate().
|
inline |
Definition at line 126 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 130 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 128 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 80 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 82 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 114 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 90 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 106 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 86 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 124 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 119 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 110 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 78 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 74 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 76 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 122 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 117 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 108 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 84 of file AliFlowAnalysisWithNestedLoops.h.
|
virtual |
Definition at line 203 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by AliAnalysisTaskNestedLoops::Terminate().
|
inline |
Definition at line 102 of file AliFlowAnalysisWithNestedLoops.h.
|
virtual |
Definition at line 235 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by GetOutputHistograms().
|
virtual |
Definition at line 256 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by GetOutputHistograms().
|
virtual |
Definition at line 307 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by GetOutputHistograms().
|
virtual |
Definition at line 277 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 88 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 104 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 112 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 98 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 100 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 94 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 96 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 92 of file AliFlowAnalysisWithNestedLoops.h.
|
virtual |
Definition at line 131 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
virtual |
Definition at line 712 of file AliFlowAnalysisWithNestedLoops.cxx.
|
virtual |
Definition at line 169 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by AliAnalysisTaskNestedLoops::UserExec().
|
private |
|
virtual |
Definition at line 942 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Finish().
|
inline |
Definition at line 125 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForMH().
|
inline |
Definition at line 129 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForMH().
|
inline |
Definition at line 127 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForMH().
|
inline |
Definition at line 79 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 81 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForBaseHistograms().
|
inline |
Definition at line 113 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForRAD().
|
inline |
Definition at line 89 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForCommonHistograms().
|
inline |
Definition at line 105 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 85 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 123 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 118 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 109 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 77 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 73 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 75 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 121 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 116 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 107 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 83 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 101 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 87 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 103 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 111 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetPointersForRAD().
|
inline |
Definition at line 97 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 99 of file AliFlowAnalysisWithNestedLoops.h.
|
inline |
Definition at line 93 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 95 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
inline |
Definition at line 91 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AliAnalysisTaskNestedLoops::UserCreateOutputObjects().
|
virtual |
Definition at line 367 of file AliFlowAnalysisWithNestedLoops.cxx.
Referenced by Init().
|
virtual |
Definition at line 346 of file AliFlowAnalysisWithNestedLoops.cxx.
|
virtual |
Definition at line 356 of file AliFlowAnalysisWithNestedLoops.cxx.
|
private |
Definition at line 178 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookEverythingForMH(), CheckPointersForMH(), EvaluateNestedLoopsForMH(), Get3pCorrelatorPro(), PrintOnTheScreen(), and Set3pCorrelatorPro().
|
private |
Definition at line 180 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookEverythingForMH(), CheckPointersForMH(), EvaluateNestedLoopsForMH(), Get3pCorrelatorVsPtSumDiffDirectPro(), InitializeArraysForMH(), and Set3pCorrelatorVsPtSumDiffDirectPro().
|
private |
Definition at line 179 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookEverythingForMH(), CheckPointersForMH(), EvaluateNestedLoopsForMH(), Get5pCorrelatorPro(), PrintOnTheScreen(), and Set5pCorrelatorPro().
|
private |
Definition at line 139 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetAnalysisLabel(), and SetAnalysisLabel().
|
private |
Definition at line 140 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), GetAnalysisSettings(), and SetAnalysisSettings().
|
private |
Definition at line 171 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookEverythingForRAD(), GetCharge(), and SetCharge().
|
private |
Definition at line 145 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookCommonHistograms(), GetCommonHists(), Make(), SetCommonHists(), and StoreHarmonic().
|
private |
Definition at line 157 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants(), and BookAndFillWeightsHistograms().
|
private |
Definition at line 156 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 155 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 166 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetEtaWeights(), and SetEtaWeights().
|
private |
Definition at line 142 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), BookEverythingForMH(), CheckPointersForMH(), EvaluateNestedLoopsForMH(), GetEvaluateDifferential3pCorrelator(), GetPointersForMH(), PrintOnTheScreen(), and SetEvaluateDifferential3pCorrelator().
|
private |
Definition at line 177 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), BookAndNestAllLists(), BookEverythingForMH(), CheckPointersUsedInFinish(), CheckPointersUsedInMake(), GetEvaluateNestedLoopsForMH(), GetOutputHistograms(), Make(), PrintOnTheScreen(), and SetEvaluateNestedLoopsForMH().
|
private |
Definition at line 174 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), BookAndNestAllLists(), GetEvaluateNestedLoopsForQC(), and SetEvaluateNestedLoopsForQC().
|
private |
Definition at line 169 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), BookAndNestAllLists(), CheckPointersUsedInFinish(), CheckPointersUsedInMake(), GetEvaluateNestedLoopsForRAD(), GetOutputHistograms(), Make(), PrintOnTheScreen(), and SetEvaluateNestedLoopsForRAD().
|
private |
Definition at line 138 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), BookEverythingForMH(), EvaluateNestedLoopsForMH(), GetHarmonic(), PrintOnTheScreen(), SetHarmonic(), and StoreHarmonic().
|
private |
Definition at line 136 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillProfileHoldingSettings(), BookAndNestAllLists(), BookCommonHistograms(), GetHistList(), GetOutputHistograms(), GetPointersForBaseHistograms(), GetPointersForCommonHistograms(), GetPointersForMH(), GetPointersForRAD(), SetHistList(), WriteHistograms(), and ~AliFlowAnalysisWithNestedLoops().
|
private |
Definition at line 137 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by GetHistListName(), and SetHistListName().
|
private |
Definition at line 176 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndNestAllLists(), BookEverythingForMH(), GetListMH(), and SetListMH().
|
private |
Definition at line 173 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndNestAllLists(), GetListQC(), and SetListQC().
|
private |
Definition at line 168 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndNestAllLists(), BookEverythingForRAD(), GetListRAD(), and SetListRAD().
|
private |
Definition at line 154 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 146 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 150 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants(), and BookEverythingForMH().
|
private |
Definition at line 141 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), EvaluateNestedLoopsForMH(), GetOppositeChargesPOI(), and SetOppositeChargesPOI().
|
private |
Definition at line 149 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants(), and BookAndFillWeightsHistograms().
|
private |
Definition at line 148 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 147 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 164 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetPhiWeights(), and SetPhiWeights().
|
private |
Definition at line 143 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessSettings(), BookAndFillProfileHoldingSettings(), Finish(), GetPrintOnTheScreen(), and SetPrintOnTheScreen().
|
private |
Definition at line 153 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants(), and BookAndFillWeightsHistograms().
|
private |
Definition at line 152 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants(), and BookEverythingForMH().
|
private |
Definition at line 151 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by AccessConstants().
|
private |
Definition at line 165 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetPtWeights(), and SetPtWeights().
|
private |
Definition at line 170 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookEverythingForRAD(), CheckPointersForRAD(), EvaluateNestedLoopsForRAD(), GetRelativeAngleDistribution(), and SetRelativeAngleDistribution().
|
private |
Definition at line 162 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetUseEtaWeights(), and SetUseEtaWeights().
|
private |
Definition at line 163 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetUseParticleWeights(), and SetUseParticleWeights().
|
private |
Definition at line 160 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetUsePhiWeights(), and SetUsePhiWeights().
|
private |
Definition at line 161 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), GetUsePtWeights(), and SetUsePtWeights().
|
private |
Definition at line 159 of file AliFlowAnalysisWithNestedLoops.h.
Referenced by BookAndFillWeightsHistograms(), BookAndNestAllLists(), GetWeightsList(), and SetWeightsList().