![]() |
AliPhysics
63e47e1 (63e47e1)
|
#include <AliForwardFlowTaskQC.h>
Public Types | |
enum | { kNoNUA = 0, kNUAOld, kNUA } |
Public Member Functions | |
CumuHistos () | |
CumuHistos (Int_t n, UInt_t nua) | |
CumuHistos (const CumuHistos &o) | |
CumuHistos & | operator= (const CumuHistos &o) |
~CumuHistos () | |
TH1 * | Get (Char_t t, Int_t n, UInt_t nua=0) const |
void | ConnectList (TString name, TList *l) |
void | Add (TH1 *h) const |
Bool_t | IsConnected () |
Protected Member Functions | |
Int_t | GetPos (Int_t n, UInt_t nua) const |
Protected Attributes | |
Int_t | fMaxMoment |
TList * | fRefHists |
TList * | fDiffHists |
UInt_t | fNUA |
struct to handle cumulant calculations and control histograms. Used internally and never streamed.
Definition at line 171 of file AliForwardFlowTaskQC.h.
anonymous enum |
enum for NUA histograms
Enumerator | |
---|---|
kNoNUA | |
kNUAOld | |
kNUA |
Definition at line 254 of file AliForwardFlowTaskQC.h.
|
inline |
Definition at line 177 of file AliForwardFlowTaskQC.h.
Constructor
n | max flow moment contained |
nua | Make room for NUA corrected histograms |
Definition at line 184 of file AliForwardFlowTaskQC.h.
|
inline |
Copy constructor
o | Object to copy from |
Definition at line 192 of file AliForwardFlowTaskQC.h.
|
inline |
Destructor
Definition at line 219 of file AliForwardFlowTaskQC.h.
void AliForwardFlowTaskQC::CumuHistos::Add | ( | TH1 * | h | ) | const |
Make histograms to one of the lists
h | Hist to add |
Definition at line 3000 of file AliForwardFlowTaskQC.cxx.
Referenced by AliForwardFlowTaskQC::VertexBin::AddOutput(), AliForwardFlowTaskQC::VertexBin::CumulantsTerminate(), and ~CumuHistos().
Connect internal lists to output
name | Name of VertexBin |
l | Output list |
Definition at line 2961 of file AliForwardFlowTaskQC.cxx.
Referenced by AliForwardFlowTaskQC::VertexBin::AddOutput(), AliForwardFlowTaskQC::VertexBin::CumulantsTerminate(), and ~CumuHistos().
To access histograms main function of this class
t | (r)eference or (d)iff |
n | flow moment |
nua | nua type |
Definition at line 2928 of file AliForwardFlowTaskQC.cxx.
Referenced by AliForwardFlowTaskQC::VertexBin::AddVertexBins(), AliForwardFlowTaskQC::VertexBin::Calculate3CorFlow(), AliForwardFlowTaskQC::VertexBin::CalculateDifferentialFlow(), AliForwardFlowTaskQC::VertexBin::CalculateReferenceFlow(), AliForwardFlowTaskQC::VertexBin::CumulantsAccumulate(), AliForwardFlowTaskQC::VertexBin::CumulantsAccumulate3Cor(), AliForwardFlowTaskQC::VertexBin::SolveCoupledFlowEquations(), and ~CumuHistos().
Get position of histogram in list
n | moment to get position of |
nua | nua type |
Definition at line 3028 of file AliForwardFlowTaskQC.cxx.
|
inline |
Check to see of lists are connected, needed for grid/proof
Definition at line 250 of file AliForwardFlowTaskQC.h.
Referenced by AliForwardFlowTaskQC::VertexBin::CumulantsTerminate().
|
inline |
Assignment operator
o | Object to assing from |
Definition at line 206 of file AliForwardFlowTaskQC.h.
Referenced by AliForwardFlowTaskQC::VertexBin::VertexBin().
|
protected |
Definition at line 272 of file AliForwardFlowTaskQC.h.
Referenced by IsConnected(), and operator=().
|
protected |
Definition at line 270 of file AliForwardFlowTaskQC.h.
Referenced by operator=().
|
protected |
Definition at line 273 of file AliForwardFlowTaskQC.h.
Referenced by operator=().
|
protected |
Definition at line 271 of file AliForwardFlowTaskQC.h.
Referenced by IsConnected(), and operator=().