![]() |
AliPhysics
64a5cfc (64a5cfc)
|
Public Member Functions | |
RefMultEstimator (Double_t etaCut=0.8) | |
void | Setup (TCollection *l, TTree *tree, UShort_t sNN, Bool_t tgtA, Bool_t projA) |
Bool_t | Accept (const TParticle *p) |
virtual TH1 * | GetHistogram (TCollection *l) |
ClassDef (RefMultEstimator, 1) | |
![]() | |
FastNchCentEstimator (const char *name="") | |
virtual | ~FastNchCentEstimator () |
virtual void | Process (const TParticle *p) |
virtual void | Print (Option_t *option="nh") const |
ClassDef (FastNchCentEstimator, 1) | |
![]() | |
Fast1DCentEstimator (const char *name="") | |
virtual | ~Fast1DCentEstimator () |
virtual const char * | MultSpec () const |
virtual void | PreEvent () |
virtual void | PostEvent () |
virtual void | Terminate (TCollection *out) |
ClassDef (Fast1DCentEstimator, 1) | |
![]() | |
FastCentEstimator (const char *name="") | |
virtual | ~FastCentEstimator () |
const char * | GetName () const |
void | SetVerbose (Bool_t verb) |
virtual void | ProcessHeader (FastShortHeader &) |
ClassDef (FastCentEstimator, 1) | |
Public Attributes | |
Double_t | fEtaCut |
![]() | |
ULong64_t | fCache |
TH1 * | fHistogram |
Bool_t | fFromTop |
![]() | |
TString | fName |
Bool_t | fVerbose |
Additional Inherited Members | |
![]() | |
static Double_t | Theta (const TParticle *p) |
static Double_t | Eta (const TParticle *p) |
static Double_t | Phi (const TParticle *p) |
static Bool_t | IsPrimary (const TParticle *p) |
static Bool_t | IsWeakDecay (const TParticle *p) |
static Bool_t | IsCharged (const TParticle *p) |
Centrality estimator using the V0 signal
Definition at line 659 of file FastCentEstimators.C.
|
inline |
|
inlinevirtual |
Whether we should accept a particle. We accept a particle if it falls within the acceptance of the V0.
p | Particle to investigate |
Implements FastNchCentEstimator.
Definition at line 713 of file FastCentEstimators.C.
RefMultEstimator::ClassDef | ( | RefMultEstimator | , |
1 | |||
) |
|
inlinevirtual |
Get the histogram to accumulate the observable in.
Implements Fast1DCentEstimator.
Definition at line 725 of file FastCentEstimators.C.
|
inlinevirtual |
Set-up this object. Defines the internal histogram and add to output
l | Output list |
tree | Tree to add branch to |
sNN | Collision energy in GeV |
tgtA | Target atomic weight |
projA | Projectile atomic weight |
Reimplemented from Fast1DCentEstimator.
Definition at line 683 of file FastCentEstimators.C.
Double_t RefMultEstimator::fEtaCut |
Mode: Negative, use C side, positive use A side, otherwise sum
Definition at line 662 of file FastCentEstimators.C.