![]() |
AliPhysics
720d1f3 (720d1f3)
|
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 |
ClassDef (ZNCentEstimator, 1) | |
![]() | |
Fast1DCentEstimator (const char *name="") | |
virtual | ~Fast1DCentEstimator () |
virtual const char * | MultSpec () const |
virtual void | PreEvent () |
virtual void | Terminate (TCollection *out) |
ClassDef (Fast1DCentEstimator, 1) | |
![]() | |
FastCentEstimator (const char *name="") | |
virtual | ~FastCentEstimator () |
const char * | GetName () const |
void | SetVerbose (Bool_t verb) |
ClassDef (FastCentEstimator, 1) | |
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 735 of file FastCentEstimators.C.
|
inline |
Constructor
mode | Mode: Negative, use C side, positive use A side, otherwise sum |
neutrons | |
spectators | |
primary |
Definition at line 755 of file FastCentEstimators.C.
ZNCentEstimator::ClassDef | ( | ZNCentEstimator | , |
1 | |||
) |
|
inlinevirtual |
Get the histogram to accumulate the observable in.
Implements Fast1DCentEstimator.
Definition at line 920 of file FastCentEstimators.C.
|
inlinevirtual |
Fills the summed observable into the histogram
Reimplemented from Fast1DCentEstimator.
Definition at line 902 of file FastCentEstimators.C.
|
inlinevirtual |
Reimplemented from Fast1DCentEstimator.
Definition at line 924 of file FastCentEstimators.C.
|
inlinevirtual |
Process a single particle.
p | Particle |
Implements FastCentEstimator.
Definition at line 838 of file FastCentEstimators.C.
|
inlinevirtual |
Reimplemented from FastCentEstimator.
Definition at line 880 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 806 of file FastCentEstimators.C.
Double_t ZNCentEstimator::fMaxEta |
Definition at line 744 of file FastCentEstimators.C.
Referenced by Print(), Process(), and ZNCentEstimator().
Double_t ZNCentEstimator::fMaxPhi |
Definition at line 745 of file FastCentEstimators.C.
Referenced by Print(), Process(), and ZNCentEstimator().
Double_t ZNCentEstimator::fMinEta |
Definition at line 743 of file FastCentEstimators.C.
Referenced by Print(), Process(), and ZNCentEstimator().
Short_t ZNCentEstimator::fMode |
Mode: Negative, use C side, positive use A side, otherwise sum
Definition at line 739 of file FastCentEstimators.C.
Referenced by Print(), Process(), ProcessHeader(), and Setup().
Bool_t ZNCentEstimator::fNeutrons |
Definition at line 740 of file FastCentEstimators.C.
Referenced by Print(), Process(), ProcessHeader(), Setup(), and ZNCentEstimator().
ULong64_t ZNCentEstimator::fNSpec |
Definition at line 746 of file FastCentEstimators.C.
Referenced by PostEvent(), and ProcessHeader().
Bool_t ZNCentEstimator::fPrimary |
Definition at line 742 of file FastCentEstimators.C.
Referenced by PostEvent(), Print(), Process(), and Setup().
Bool_t ZNCentEstimator::fSpectators |
Definition at line 741 of file FastCentEstimators.C.
Referenced by PostEvent(), Print(), Process(), Setup(), and ZNCentEstimator().