![]() |
AliPhysics
d84cbc0 (d84cbc0)
|
#include <AliFlowVZEROResults.h>
Public Member Functions | |
AliFlowVZEROResults (const char *name, const Int_t nvar, const Int_t *binVar) | |
AliFlowVZEROResults () | |
~AliFlowVZEROResults () | |
AliFlowVZEROResults (const AliFlowVZEROResults &old) | |
AliFlowVZEROResults & | operator= (const AliFlowVZEROResults &source) |
Int_t | GetNhistos () const |
Int_t | GetNspecies () const |
TProfile * | GetV2 (Int_t histo) const |
TProfile * | GetV2 (Int_t species, Float_t x[]) const |
TProfile * | GetV2 (Int_t species, Float_t xMin[], Float_t xMax[]) const |
TProfile * | GetV2reweight (Int_t species, Float_t xMin[], Float_t xMax[], Int_t varRW, Float_t rw[]) const |
void | DirectFill (Int_t histo, Float_t pt, Float_t v2) |
void | Fill (Int_t species, Float_t pt, Float_t v2, Float_t x[]) |
void | AddSpecies (const char *name, Int_t nXbin, const Double_t *bin) |
const char * | GetSpeciesName (Int_t species) |
Int_t | Add (const AliFlowVZEROResults *oth) |
Int_t | GetNvar () const |
Int_t | GetNbinVar (Int_t ivar) const |
void | SetVarRange (Int_t ivar, Float_t xMin, Float_t xMax) |
void | SetVarName (Int_t ivar, const char *name) |
Float_t | GetXmin (Int_t ivar) const |
Float_t | GetXmax (Int_t ivar) const |
const char * | GetVarName (Int_t ivar) const |
Int_t | GetBin (Int_t ivar, Float_t x) const |
Long64_t | Merge (TCollection *list) |
void | Reset () |
Private Attributes | |
TArrayI * | fNbinVar |
TArrayF * | fXmin |
TArrayF * | fXmax |
TClonesArray * | fNameVar |
TClonesArray * | fV2 |
Definition at line 21 of file AliFlowVZEROResults.h.
AliFlowVZEROResults::AliFlowVZEROResults | ( | const char * | name, |
const Int_t | nvar, | ||
const Int_t * | binVar | ||
) |
Definition at line 7 of file AliFlowVZEROResults.cxx.
AliFlowVZEROResults::AliFlowVZEROResults | ( | ) |
Definition at line 25 of file AliFlowVZEROResults.cxx.
AliFlowVZEROResults::~AliFlowVZEROResults | ( | ) |
Definition at line 36 of file AliFlowVZEROResults.cxx.
AliFlowVZEROResults::AliFlowVZEROResults | ( | const AliFlowVZEROResults & | old | ) |
Definition at line 73 of file AliFlowVZEROResults.cxx.
Int_t AliFlowVZEROResults::Add | ( | const AliFlowVZEROResults * | oth | ) |
Definition at line 179 of file AliFlowVZEROResults.cxx.
Referenced by Merge().
Definition at line 140 of file AliFlowVZEROResults.cxx.
Referenced by AliAnalysisTaskVnV0::UserCreateOutputObjects().
Definition at line 36 of file AliFlowVZEROResults.h.
Referenced by Fill().
Definition at line 203 of file AliFlowVZEROResults.cxx.
Referenced by AliAnalysisTaskVnV0::Analyze().
Definition at line 55 of file AliFlowVZEROResults.h.
Referenced by Fill(), GetV2(), and GetV2reweight().
Definition at line 46 of file AliFlowVZEROResults.h.
|
inline |
Definition at line 30 of file AliFlowVZEROResults.h.
Referenced by Add(), AddSpecies(), AliFlowVZEROResults(), GetSpeciesName(), operator=(), and SetVarRange().
Int_t AliFlowVZEROResults::GetNspecies | ( | ) | const |
Definition at line 130 of file AliFlowVZEROResults.cxx.
Referenced by GetSpeciesName().
|
inline |
Definition at line 45 of file AliFlowVZEROResults.h.
Referenced by AddSpecies(), AliFlowVZEROResults(), Fill(), GetNspecies(), GetV2(), GetV2reweight(), and operator=().
|
inline |
Definition at line 41 of file AliFlowVZEROResults.h.
|
inline |
Definition at line 32 of file AliFlowVZEROResults.h.
Referenced by Add(), AddSpecies(), AliFlowVZEROResults(), DirectFill(), GetSpeciesName(), GetV2(), GetV2reweight(), and operator=().
Definition at line 220 of file AliFlowVZEROResults.cxx.
Definition at line 240 of file AliFlowVZEROResults.cxx.
TProfile * AliFlowVZEROResults::GetV2reweight | ( | Int_t | species, |
Float_t | xMin[], | ||
Float_t | xMax[], | ||
Int_t | varRW, | ||
Float_t | rw[] | ||
) | const |
Definition at line 297 of file AliFlowVZEROResults.cxx.
|
inline |
Definition at line 53 of file AliFlowVZEROResults.h.
Referenced by AliFlowVZEROResults(), and operator=().
Definition at line 52 of file AliFlowVZEROResults.h.
Definition at line 51 of file AliFlowVZEROResults.h.
Long64_t AliFlowVZEROResults::Merge | ( | TCollection * | list | ) |
Definition at line 360 of file AliFlowVZEROResults.cxx.
AliFlowVZEROResults & AliFlowVZEROResults::operator= | ( | const AliFlowVZEROResults & | source | ) |
Definition at line 102 of file AliFlowVZEROResults.cxx.
void AliFlowVZEROResults::Reset | ( | ) |
Definition at line 52 of file AliFlowVZEROResults.cxx.
|
inline |
Definition at line 49 of file AliFlowVZEROResults.h.
Referenced by AliAnalysisTaskVnV0::UserCreateOutputObjects().
Definition at line 192 of file AliFlowVZEROResults.cxx.
Referenced by AliAnalysisTaskVnV0::UserCreateOutputObjects().
|
private |
Definition at line 64 of file AliFlowVZEROResults.h.
Referenced by AddSpecies(), GetV2(), GetV2reweight(), GetVarName(), operator=(), Reset(), SetVarName(), and ~AliFlowVZEROResults().
|
private |
Definition at line 62 of file AliFlowVZEROResults.h.
Referenced by AddSpecies(), AliFlowVZEROResults(), Fill(), GetBin(), GetNbinVar(), GetNvar(), GetV2(), GetV2reweight(), operator=(), Reset(), and ~AliFlowVZEROResults().
|
private |
Definition at line 66 of file AliFlowVZEROResults.h.
Referenced by GetNhistos(), GetNspecies(), GetV2(), Reset(), and ~AliFlowVZEROResults().
|
private |
Definition at line 63 of file AliFlowVZEROResults.h.
Referenced by AddSpecies(), AliFlowVZEROResults(), Fill(), GetBin(), GetV2(), GetV2reweight(), GetXmax(), operator=(), Reset(), and ~AliFlowVZEROResults().
|
private |
Definition at line 63 of file AliFlowVZEROResults.h.
Referenced by AddSpecies(), AliFlowVZEROResults(), Fill(), GetBin(), GetV2(), GetV2reweight(), GetXmin(), operator=(), Reset(), and ~AliFlowVZEROResults().