![]() |
AliPhysics
86877f2 (86877f2)
|
#include <AliFlowAnalysisWithMCEventPlane.h>
Public Member Functions | |
AliFlowAnalysisWithMCEventPlane () | |
virtual | ~AliFlowAnalysisWithMCEventPlane () |
void | WriteHistograms (TString *outputFileName) |
void | WriteHistograms (TString outputFileName) |
void | WriteHistograms (TDirectoryFile *outputFileName) |
void | Init () |
void | Make (AliFlowEventSimple *anEvent) |
void | GetOutputHistograms (TList *outputListHistos) |
void | Finish () |
void | SetDebug (Bool_t kt) |
Bool_t | GetDebug () const |
void | SetEventNumber (Int_t n) |
Int_t | GetEventNumber () const |
TList * | GetHistList () const |
AliFlowCommonHist * | GetCommonHists () const |
void | SetCommonHists (AliFlowCommonHist *const aCommonHist) |
AliFlowCommonHistResults * | GetCommonHistsRes () const |
void | SetCommonHistsRes (AliFlowCommonHistResults *const aCommonHistResult) |
TH1F * | GetHistRP () const |
void | SetHistRP (TH1F *const aHistRP) |
TProfile * | GetHistProIntFlow () const |
void | SetHistProIntFlow (TProfile *const aHistProIntFlow) |
TProfile * | GetHistProIntFlowVsM () const |
void | SetHistProIntFlowVsM (TProfile *const aHistProIntFlowVsM) |
TProfile2D * | GetHistProDiffFlowPtEtaRP () const |
void | SetHistProDiffFlowPtEtaRP (TProfile2D *const aHistProDiffFlowPtEtaRP) |
TProfile * | GetHistProDiffFlowPtRP () const |
void | SetHistProDiffFlowPtRP (TProfile *const aHistProDiffFlowPtRP) |
TProfile * | GetHistProDiffFlowEtaRP () const |
void | SetHistProDiffFlowEtaRP (TProfile *const aHistProDiffFlowEtaRP) |
TProfile2D * | GetHistProDiffFlowPtEtaPOI () const |
void | SetHistProDiffFlowPtEtaPOI (TProfile2D *const aHistProDiffFlowPtEtaPOI) |
TProfile * | GetHistProDiffFlowPtPOI () const |
void | SetHistProDiffFlowPtPOI (TProfile *const aHistProDiffFlowPtPOI) |
TProfile * | GetHistProDiffFlowEtaPOI () const |
void | SetHistProDiffFlowEtaPOI (TProfile *const aHistProDiffFlowEtaPOI) |
TH1D * | GetHistSpreadOfFlow () const |
void | SetHistSpreadOfFlow (TH1D *const aHistSpreadOfFlow) |
void | SetHarmonic (Int_t const harmonic) |
Int_t | GetHarmonic () const |
virtual void | InitalizeArraysForMixedHarmonics () |
virtual void | BookObjectsForMixedHarmonics () |
virtual void | EvaluateMixedHarmonics (AliFlowEventSimple *anEvent) |
virtual void | GetOutputHistoramsForMixedHarmonics (TList *mixedHarmonicsList) |
void | SetMixedHarmonicsList (TList *const mhl) |
TList * | GetMixedHarmonicsList () const |
void | SetEvaluateMixedHarmonics (Bool_t const emh) |
Bool_t | GetEvalauteMixedHarmonics () const |
void | SetMixedHarmonicsSettings (TProfile *const mhs) |
TProfile * | GetMixedHarmonicsSettings () const |
void | SetPairCorrelator (TProfile *const spc, Int_t const cs) |
TProfile * | GetPairCorrelator (Int_t const cs) const |
void | SetPairCorrelatorVsM (TProfile *const spcVsM, Int_t const cs) |
TProfile * | GetPairCorrelatorVsM (Int_t const cs) const |
void | SetnBinsMult (Int_t const nbm) |
Int_t | GetnBinsMult () const |
void | SetMinMult (Double_t const minm) |
Double_t | GetMinMult () const |
void | SetMaxMult (Double_t const maxm) |
Double_t | GetMaxMult () const |
void | SetPairCorrelatorVsPtSumDiff (TProfile *const spcVspsd, Int_t const cs, Int_t const sd) |
TProfile * | GetPairCorrelatorVsPtSumDiff (Int_t const cs, Int_t const sd) const |
void | SetNinCorrelator (Int_t const n) |
Int_t | GetNinCorrelator () const |
void | SetMinCorrelator (Int_t const m) |
Int_t | GetMinCorrelator () const |
void | SetXinPairAngle (Double_t const xipa) |
Double_t | GetXinPairAngle () const |
Private Member Functions | |
AliFlowAnalysisWithMCEventPlane (const AliFlowAnalysisWithMCEventPlane &aAnalysis) | |
AliFlowAnalysisWithMCEventPlane & | operator= (const AliFlowAnalysisWithMCEventPlane &aAnalysis) |
Private Attributes | |
TVector2 * | fQsum |
Double_t | fQ2sum |
Int_t | fEventNumber |
Bool_t | fDebug |
TList * | fHistList |
flag for lyz analysis: more print statements More... | |
AliFlowCommonHist * | fCommonHists |
AliFlowCommonHistResults * | fCommonHistsRes |
TH1F * | fHistRP |
TProfile * | fHistProIntFlow |
TProfile * | fHistProIntFlowVsM |
TProfile2D * | fHistProDiffFlowPtEtaRP |
TProfile * | fHistProDiffFlowPtRP |
TProfile * | fHistProDiffFlowEtaRP |
TProfile2D * | fHistProDiffFlowPtEtaPOI |
TProfile * | fHistProDiffFlowPtPOI |
TProfile * | fHistProDiffFlowEtaPOI |
TH1D * | fHistSpreadOfFlow |
Int_t | fHarmonic |
TList * | fMixedHarmonicsList |
Bool_t | fEvaluateMixedHarmonics |
TProfile * | fMixedHarmonicsSettings |
TProfile * | fPairCorrelator [2] |
TProfile * | fPairCorrelatorVsM [2] |
Int_t | fnBinsMult |
Double_t | fMinMult |
Double_t | fMaxMult |
TProfile * | fPairCorrelatorVsPtSumDiff [2][2] |
Int_t | fNinCorrelator |
Int_t | fMinCorrelator |
Double_t | fXinPairAngle |
Definition at line 33 of file AliFlowAnalysisWithMCEventPlane.h.
AliFlowAnalysisWithMCEventPlane::AliFlowAnalysisWithMCEventPlane | ( | ) |
Definition at line 48 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by GetXinPairAngle().
|
virtual |
Definition at line 90 of file AliFlowAnalysisWithMCEventPlane.cxx.
|
private |
|
virtual |
Definition at line 529 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by GetHarmonic(), and Init().
|
virtual |
Definition at line 590 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by GetHarmonic(), and Make().
void AliFlowAnalysisWithMCEventPlane::Finish | ( | ) |
Definition at line 384 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by AliAnalysisTaskMCEventPlane::Terminate().
|
inline |
Definition at line 56 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 59 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 49 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 117 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 52 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 105 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 55 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 95 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 83 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 87 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 75 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 91 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 79 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 67 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 71 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 64 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 99 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 129 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 135 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 127 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 115 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 119 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 125 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 133 of file AliFlowAnalysisWithMCEventPlane.h.
void AliFlowAnalysisWithMCEventPlane::GetOutputHistograms | ( | TList * | outputListHistos | ) |
Definition at line 308 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by AliAnalysisTaskMCEventPlane::Terminate().
|
virtual |
Definition at line 366 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by GetHarmonic(), and GetOutputHistograms().
|
inline |
Definition at line 121 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 123 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 131 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 137 of file AliFlowAnalysisWithMCEventPlane.h.
void AliFlowAnalysisWithMCEventPlane::Init | ( | ) |
Definition at line 135 of file AliFlowAnalysisWithMCEventPlane.cxx.
|
virtual |
Definition at line 511 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by GetHarmonic().
void AliFlowAnalysisWithMCEventPlane::Make | ( | AliFlowEventSimple * | anEvent | ) |
Definition at line 223 of file AliFlowAnalysisWithMCEventPlane.cxx.
Referenced by AliAnalysisTaskMCEventPlane::UserExec().
|
private |
Referenced by GetXinPairAngle().
|
inline |
Definition at line 57 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 60 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 48 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 116 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 51 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 104 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 96 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 84 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 88 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 76 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 92 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 80 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 68 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 72 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 65 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 100 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 128 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 134 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 126 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 114 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 118 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 124 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 132 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
|
inline |
Definition at line 120 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 122 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 130 of file AliFlowAnalysisWithMCEventPlane.h.
|
inline |
Definition at line 136 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by AliAnalysisTaskMCEventPlane::UserCreateOutputObjects().
void AliFlowAnalysisWithMCEventPlane::WriteHistograms | ( | TString * | outputFileName | ) |
Definition at line 99 of file AliFlowAnalysisWithMCEventPlane.cxx.
void AliFlowAnalysisWithMCEventPlane::WriteHistograms | ( | TString | outputFileName | ) |
Definition at line 112 of file AliFlowAnalysisWithMCEventPlane.cxx.
void AliFlowAnalysisWithMCEventPlane::WriteHistograms | ( | TDirectoryFile * | outputFileName | ) |
Definition at line 125 of file AliFlowAnalysisWithMCEventPlane.cxx.
|
private |
Definition at line 155 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetCommonHists(), Init(), Make(), and SetCommonHists().
|
private |
Definition at line 156 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetCommonHistsRes(), Init(), and SetCommonHistsRes().
|
private |
Definition at line 151 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetDebug(), and SetDebug().
|
private |
Definition at line 172 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetEvalauteMixedHarmonics(), Init(), Make(), and SetEvaluateMixedHarmonics().
|
private |
Definition at line 150 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetEventNumber(), Init(), Make(), and SetEventNumber().
|
private |
Definition at line 168 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetHarmonic(), Init(), Make(), and SetHarmonic().
|
private |
flag for lyz analysis: more print statements
Definition at line 153 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetHistList(), Init(), WriteHistograms(), and ~AliFlowAnalysisWithMCEventPlane().
|
private |
Definition at line 166 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetHistProDiffFlowEtaPOI(), Init(), Make(), and SetHistProDiffFlowEtaPOI().
|
private |
Definition at line 163 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetHistProDiffFlowEtaRP(), Init(), Make(), and SetHistProDiffFlowEtaRP().
|
private |
Definition at line 164 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetHistProDiffFlowPtEtaPOI(), Init(), Make(), and SetHistProDiffFlowPtEtaPOI().
|
private |
Definition at line 161 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetHistProDiffFlowPtEtaRP(), Init(), Make(), and SetHistProDiffFlowPtEtaRP().
|
private |
Definition at line 165 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetHistProDiffFlowPtPOI(), Init(), Make(), and SetHistProDiffFlowPtPOI().
|
private |
Definition at line 162 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetHistProDiffFlowPtRP(), Init(), Make(), and SetHistProDiffFlowPtRP().
|
private |
Definition at line 159 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Finish(), GetHistProIntFlow(), Init(), Make(), and SetHistProIntFlow().
|
private |
Definition at line 160 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetHistProIntFlowVsM(), Init(), Make(), and SetHistProIntFlowVsM().
|
private |
Definition at line 158 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetHistRP(), Init(), Make(), and SetHistRP().
|
private |
Definition at line 167 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by GetHistSpreadOfFlow(), Init(), Make(), and SetHistSpreadOfFlow().
|
private |
Definition at line 178 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetMaxMult(), and SetMaxMult().
|
private |
Definition at line 181 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), EvaluateMixedHarmonics(), GetMinCorrelator(), and SetMinCorrelator().
|
private |
Definition at line 177 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetMinMult(), and SetMinMult().
|
private |
Definition at line 171 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetMixedHarmonicsList(), and SetMixedHarmonicsList().
|
private |
Definition at line 173 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetMixedHarmonicsSettings(), and SetMixedHarmonicsSettings().
|
private |
Definition at line 176 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), GetnBinsMult(), and SetnBinsMult().
|
private |
Definition at line 180 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), EvaluateMixedHarmonics(), GetNinCorrelator(), and SetNinCorrelator().
|
private |
Definition at line 174 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), EvaluateMixedHarmonics(), GetPairCorrelator(), InitalizeArraysForMixedHarmonics(), and SetPairCorrelator().
|
private |
Definition at line 175 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), EvaluateMixedHarmonics(), GetPairCorrelatorVsM(), InitalizeArraysForMixedHarmonics(), and SetPairCorrelatorVsM().
|
private |
Definition at line 179 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), EvaluateMixedHarmonics(), GetPairCorrelatorVsPtSumDiff(), InitalizeArraysForMixedHarmonics(), and SetPairCorrelatorVsPtSumDiff().
|
private |
Definition at line 147 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Make().
|
private |
Definition at line 146 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by Make(), and ~AliFlowAnalysisWithMCEventPlane().
|
private |
Definition at line 182 of file AliFlowAnalysisWithMCEventPlane.h.
Referenced by BookObjectsForMixedHarmonics(), EvaluateMixedHarmonics(), GetXinPairAngle(), and SetXinPairAngle().