![]() |
AliPhysics
5e2c166 (5e2c166)
|
Public Member Functions | |
ZNCentEstimator (Short_t mode=0, Bool_t neutrons=true, Bool_t spectators=false, Bool_t primary=false) | |
void | Setup (TCollection *l, TTree *tree, UShort_t sNN, Bool_t tgtA, Bool_t projA) |
virtual void | Process (const TParticle *p) |
void | ProcessHeader (FastShortHeader &h) |
virtual void | PostEvent () |
virtual TH1 * | GetHistogram (TCollection *l) |
virtual void | Print (Option_t *option="nah") const |
![]() | |
Fast1DCentEstimator (const char *name="") | |
virtual | ~Fast1DCentEstimator () |
virtual const char * | MultSpec () const |
virtual void | PreEvent () |
virtual void | Terminate (TCollection *out) |
![]() | |
FastCentEstimator (const char *name="") | |
virtual | ~FastCentEstimator () |
const char * | GetName () const |
void | SetVerbose (Bool_t verb) |
Public Attributes | |
Short_t | fMode |
Bool_t | fNeutrons |
Bool_t | fSpectators |
Bool_t | fPrimary |
Double_t | fMinEta |
Double_t | fMaxEta |
Double_t | fMaxPhi |
ULong64_t | fNSpec |
![]() | |
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 738 of file FastCentEstimators.C.
|
inline |
Constructor
mode | Mode: Negative, use C side, positive use A side, otherwise sum |
neutrons | |
spectators | |
primary |
Definition at line 758 of file FastCentEstimators.C.
|
inlinevirtual |
Get the histogram to accumulate the observable in.
Implements Fast1DCentEstimator.
Definition at line 923 of file FastCentEstimators.C.
|
inlinevirtual |
Fills the summed observable into the histogram
Reimplemented from Fast1DCentEstimator.
Definition at line 905 of file FastCentEstimators.C.
|
inlinevirtual |
Reimplemented from Fast1DCentEstimator.
Definition at line 927 of file FastCentEstimators.C.
|
inlinevirtual |
Process a single particle.
p | Particle |
Implements FastCentEstimator.
Definition at line 841 of file FastCentEstimators.C.
|
inlinevirtual |
Reimplemented from FastCentEstimator.
Definition at line 883 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 | True if target is a nucleus |
projA | True if projectile is a nucleus |
Reimplemented from Fast1DCentEstimator.
Definition at line 809 of file FastCentEstimators.C.
Double_t ZNCentEstimator::fMaxEta |
Definition at line 747 of file FastCentEstimators.C.
Double_t ZNCentEstimator::fMaxPhi |
Definition at line 748 of file FastCentEstimators.C.
Double_t ZNCentEstimator::fMinEta |
Definition at line 746 of file FastCentEstimators.C.
Short_t ZNCentEstimator::fMode |
Mode: Negative, use C side, positive use A side, otherwise sum
Definition at line 742 of file FastCentEstimators.C.
Bool_t ZNCentEstimator::fNeutrons |
Definition at line 743 of file FastCentEstimators.C.
ULong64_t ZNCentEstimator::fNSpec |
Definition at line 749 of file FastCentEstimators.C.
Bool_t ZNCentEstimator::fPrimary |
Definition at line 745 of file FastCentEstimators.C.
Bool_t ZNCentEstimator::fSpectators |
Definition at line 744 of file FastCentEstimators.C.