![]() |
AliPhysics
135f0b0 (135f0b0)
|
#include <AliFlowAnalysisWithLeeYangZeros.h>
Public Member Functions | |
AliFlowAnalysisWithLeeYangZeros () | |
virtual | ~AliFlowAnalysisWithLeeYangZeros () |
Bool_t | Init () |
Bool_t | Make (AliFlowEventSimple *anEvent) |
void | GetOutputHistograms (TList *outputListHistos) |
Bool_t | Finish () |
void | WriteHistograms (TString *outputFileName) |
void | WriteHistograms (TString outputFileName) |
void | WriteHistograms (TDirectoryFile *outputFileName) |
Double_t | GetQtheta (AliFlowVector aQ, Double_t aTheta) |
void | SetFirstRun (Bool_t kt) |
Bool_t | GetFirstRun () const |
void | SetUseSum (Bool_t kt) |
Bool_t | GetUseSum () const |
void | SetDoubleLoop (Bool_t kt) |
Bool_t | GetDoubleLoop () const |
void | SetDebug (Bool_t kt) |
Bool_t | GetDebug () const |
void | SetEventNumber (Int_t n) |
Int_t | GetEventNumber () const |
void | SetQ2sum (Double_t d) |
Double_t | GetQ2sum () const |
TList * | GetHistList () const |
AliFlowCommonHist * | GetCommonHists () const |
void | SetCommonHists (AliFlowCommonHist *const aCommonHist) |
AliFlowCommonHistResults * | GetCommonHistsRes () const |
void | SetCommonHistsRes (AliFlowCommonHistResults *const aCommonHistResult) |
void | SetHist1 (AliFlowLYZHist1 *const aLYZHist1[]) |
void | SetHist2RP (AliFlowLYZHist2 *const aLYZHist2RP[]) |
void | SetHist2POI (AliFlowLYZHist2 *const aLYZHist2POI[]) |
TH1D * | GetHistVtheta () const |
void | SetHistVtheta (TH1D *const aHistVtheta) |
TProfile * | GetHistProVetaRP () const |
void | SetHistProVetaRP (TProfile *const aHistProVetaRP) |
TProfile * | GetHistProVetaPOI () const |
void | SetHistProVetaPOI (TProfile *const aHistProVetaPOI) |
TProfile * | GetHistProVPtRP () const |
void | SetHistProVPtRP (TProfile *const aHistProVPtRP) |
TProfile * | GetHistProVPtPOI () const |
void | SetHistProVPtPOI (TProfile *const aHistProVPtPOI) |
TH1D * | GetHistR0theta () const |
void | SetHistR0theta (TH1D *const aHistR0theta) |
TProfile * | GetHistProReDenom () const |
void | SetHistProReDenom (TProfile *const aHistProReDenom) |
TProfile * | GetHistProImDenom () const |
void | SetHistProImDenom (TProfile *const aHistProImDenom) |
TH1D * | GetHistReDtheta () const |
void | SetHistReDtheta (TH1D *const aHistReDtheta) |
TH1D * | GetHistImDtheta () const |
void | SetHistImDtheta (TH1D *const aHistImDtheta) |
TH1F * | GetHistQsumforChi () const |
void | SetHistQsumforChi (TH1F *const aHistQsumforChi) |
void | SetFirstRunList (TList *const list) |
TList * | GetFirstRunList () const |
TComplex | GetGrtheta (AliFlowEventSimple *anEvent, Double_t aR, Double_t aTheta) |
TComplex | GetDiffFlow (AliFlowEventSimple *anEvent, Double_t aR, Int_t theta) |
Private Member Functions | |
AliFlowAnalysisWithLeeYangZeros (const AliFlowAnalysisWithLeeYangZeros &aAnalysis) | |
AliFlowAnalysisWithLeeYangZeros & | operator= (const AliFlowAnalysisWithLeeYangZeros &aAnalysis) |
Bool_t | MakeControlHistograms (AliFlowEventSimple *anEvent) |
Bool_t | FillFromFlowEvent (AliFlowEventSimple *anEvent) |
Bool_t | SecondFillFromFlowEvent (AliFlowEventSimple *anEvent) |
Private Attributes | |
TVector2 * | fQsum |
Double_t | fQ2sum |
Int_t | fEventNumber |
Bool_t | fFirstRun |
Bool_t | fUseSum |
Bool_t | fDoubleLoop |
Bool_t | fDebug |
TList * | fHistList |
TList * | fFirstRunList |
TH1D * | fHistVtheta |
TProfile * | fHistProVetaRP |
TProfile * | fHistProVetaPOI |
TProfile * | fHistProVPtRP |
TProfile * | fHistProVPtPOI |
TH1D * | fHistR0theta |
TProfile * | fHistProReDenom |
TProfile * | fHistProImDenom |
TH1D * | fHistReDtheta |
TH1D * | fHistImDtheta |
TH1F * | fHistQsumforChi |
AliFlowLYZHist1 * | fHist1 [5] |
AliFlowLYZHist2 * | fHist2RP [5] |
AliFlowLYZHist2 * | fHist2POI [5] |
AliFlowCommonHist * | fCommonHists |
AliFlowCommonHistResults * | fCommonHistsRes |
Definition at line 33 of file AliFlowAnalysisWithLeeYangZeros.h.
AliFlowAnalysisWithLeeYangZeros::AliFlowAnalysisWithLeeYangZeros | ( | ) |
|
virtual |
Definition at line 101 of file AliFlowAnalysisWithLeeYangZeros.cxx.
|
private |
|
private |
Definition at line 1155 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Referenced by Make().
Bool_t AliFlowAnalysisWithLeeYangZeros::Finish | ( | ) |
Definition at line 632 of file AliFlowAnalysisWithLeeYangZeros.cxx.
|
inline |
Definition at line 66 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 69 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 57 of file AliFlowAnalysisWithLeeYangZeros.h.
TComplex AliFlowAnalysisWithLeeYangZeros::GetDiffFlow | ( | AliFlowEventSimple * | anEvent, |
Double_t | aR, | ||
Int_t | theta | ||
) |
Definition at line 1373 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Referenced by SecondFillFromFlowEvent().
|
inline |
Definition at line 55 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 60 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 51 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms(), and WriteHistograms().
|
inline |
Definition at line 117 of file AliFlowAnalysisWithLeeYangZeros.h.
TComplex AliFlowAnalysisWithLeeYangZeros::GetGrtheta | ( | AliFlowEventSimple * | anEvent, |
Double_t | aR, | ||
Double_t | aTheta | ||
) |
Definition at line 1338 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Referenced by FillFromFlowEvent().
|
inline |
Definition at line 109 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 65 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by AliAnalysisTaskLeeYangZeros::UserCreateOutputObjects().
|
inline |
Definition at line 103 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 100 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 88 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 85 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 94 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 91 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 112 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 97 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 106 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 82 of file AliFlowAnalysisWithLeeYangZeros.h.
void AliFlowAnalysisWithLeeYangZeros::GetOutputHistograms | ( | TList * | outputListHistos | ) |
Definition at line 385 of file AliFlowAnalysisWithLeeYangZeros.cxx.
|
inline |
Definition at line 62 of file AliFlowAnalysisWithLeeYangZeros.h.
Double_t AliFlowAnalysisWithLeeYangZeros::GetQtheta | ( | AliFlowVector | aQ, |
Double_t | aTheta | ||
) |
Definition at line 1322 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Referenced by FillFromFlowEvent(), and SecondFillFromFlowEvent().
|
inline |
Definition at line 53 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
Bool_t AliFlowAnalysisWithLeeYangZeros::Init | ( | ) |
Definition at line 182 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Bool_t AliFlowAnalysisWithLeeYangZeros::Make | ( | AliFlowEventSimple * | anEvent | ) |
Definition at line 356 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Referenced by AliAnalysisTaskLeeYangZeros::UserExec().
|
private |
|
private |
|
private |
Definition at line 1220 of file AliFlowAnalysisWithLeeYangZeros.cxx.
Referenced by Make().
|
inline |
Definition at line 67 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 71 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 56 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 54 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 59 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish().
|
inline |
Definition at line 50 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 116 of file AliFlowAnalysisWithLeeYangZeros.h.
|
inline |
Definition at line 74 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 79 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 77 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 110 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 104 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 101 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 89 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 86 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 95 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 92 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 113 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 98 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 107 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 83 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetOutputHistograms().
|
inline |
Definition at line 61 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish().
|
inline |
Definition at line 52 of file AliFlowAnalysisWithLeeYangZeros.h.
void AliFlowAnalysisWithLeeYangZeros::WriteHistograms | ( | TString * | outputFileName | ) |
Definition at line 113 of file AliFlowAnalysisWithLeeYangZeros.cxx.
void AliFlowAnalysisWithLeeYangZeros::WriteHistograms | ( | TString | outputFileName | ) |
Definition at line 137 of file AliFlowAnalysisWithLeeYangZeros.cxx.
void AliFlowAnalysisWithLeeYangZeros::WriteHistograms | ( | TDirectoryFile * | outputFileName | ) |
Definition at line 161 of file AliFlowAnalysisWithLeeYangZeros.cxx.
|
private |
Definition at line 170 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetCommonHists(), Init(), Make(), and SetCommonHists().
|
private |
Definition at line 171 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetCommonHistsRes(), Init(), and SetCommonHistsRes().
|
private |
Definition at line 144 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by FillFromFlowEvent(), Finish(), GetDebug(), GetDiffFlow(), GetGrtheta(), GetQtheta(), Init(), Make(), SecondFillFromFlowEvent(), SetDebug(), and ~AliFlowAnalysisWithLeeYangZeros().
|
private |
Definition at line 143 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetDoubleLoop(), and SetDoubleLoop().
|
private |
Definition at line 139 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetEventNumber(), Init(), Make(), and SetEventNumber().
|
private |
Definition at line 141 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetFirstRun(), Init(), Make(), and SetFirstRun().
|
private |
Definition at line 147 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetFirstRunList(), Init(), SetFirstRunList(), and ~AliFlowAnalysisWithLeeYangZeros().
|
private |
Definition at line 163 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by FillFromFlowEvent(), Finish(), Init(), and SetHist1().
|
private |
Definition at line 168 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetDiffFlow(), Init(), SecondFillFromFlowEvent(), and SetHist2POI().
|
private |
Definition at line 167 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetDiffFlow(), Init(), SecondFillFromFlowEvent(), and SetHist2RP().
|
private |
Definition at line 158 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistImDtheta(), Init(), and SetHistImDtheta().
|
private |
Definition at line 146 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by GetHistList(), Init(), WriteHistograms(), and ~AliFlowAnalysisWithLeeYangZeros().
|
private |
Definition at line 156 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistProImDenom(), Init(), SecondFillFromFlowEvent(), and SetHistProImDenom().
|
private |
Definition at line 155 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistProReDenom(), Init(), SecondFillFromFlowEvent(), and SetHistProReDenom().
|
private |
Definition at line 151 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistProVetaPOI(), Init(), and SetHistProVetaPOI().
|
private |
Definition at line 150 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistProVetaRP(), Init(), and SetHistProVetaRP().
|
private |
Definition at line 153 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistProVPtPOI(), Init(), and SetHistProVPtPOI().
|
private |
Definition at line 152 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistProVPtRP(), Init(), and SetHistProVPtRP().
|
private |
Definition at line 159 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by FillFromFlowEvent(), Finish(), GetHistQsumforChi(), Init(), SecondFillFromFlowEvent(), and SetHistQsumforChi().
|
private |
Definition at line 154 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistR0theta(), Init(), SecondFillFromFlowEvent(), and SetHistR0theta().
|
private |
Definition at line 157 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistReDtheta(), Init(), and SetHistReDtheta().
|
private |
Definition at line 149 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by Finish(), GetHistVtheta(), Init(), and SetHistVtheta().
|
private |
Definition at line 135 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by FillFromFlowEvent(), Finish(), GetQ2sum(), SecondFillFromFlowEvent(), and SetQ2sum().
|
private |
Definition at line 134 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by FillFromFlowEvent(), Finish(), SecondFillFromFlowEvent(), and ~AliFlowAnalysisWithLeeYangZeros().
|
private |
Definition at line 142 of file AliFlowAnalysisWithLeeYangZeros.h.
Referenced by FillFromFlowEvent(), Finish(), GetUseSum(), Init(), SecondFillFromFlowEvent(), SetUseSum(), and WriteHistograms().