![]() |
AliPhysics
fb6b143 (fb6b143)
|
Public Member Functions | |
Row & | Get (ERow i) |
void | Print (Bool_t err=false) |
Particle * | Read (ERow row, EKind kind, TCollection *bin, const TString &sub, const TString &oth, Bool_t abso=true) |
Public Attributes | |
TString | n |
Double_t | w |
Row | reduced |
Row | expected |
Row | reweighed |
Row | asis |
Per particle information
Definition at line 281 of file DeltaExpectations.C.
Get the row corresponding to \( P^s, S^s, C^s, C^b\)
i | Row number |
Definition at line 296 of file DeltaExpectations.C.
Referenced by DeltaCalculations::MakeStack().
|
inline |
Print the particle
Definition at line 307 of file DeltaExpectations.C.
|
inline |
Read the particle details from passed collections
row | Which row (i.e., particle) |
kind | Which column (i.e., \( P^s, S^s, C^s, C^b\)) |
bin | The top-level (centrality) collection |
sub | Which sub-part to get (i.e., mid or fwd ) |
oth | The other sub-part |
abso | If true, store absolute numbers |
Definition at line 328 of file DeltaExpectations.C.
Referenced by DeltaCalculations::Create().
Row DeltaCalculations::Particle::asis |
Definition at line 288 of file DeltaExpectations.C.
Row DeltaCalculations::Particle::expected |
Definition at line 286 of file DeltaExpectations.C.
TString DeltaCalculations::Particle::n |
Definition at line 283 of file DeltaExpectations.C.
Referenced by DeltaCalculations::MakeStack().
Row DeltaCalculations::Particle::reduced |
Definition at line 285 of file DeltaExpectations.C.
Row DeltaCalculations::Particle::reweighed |
Definition at line 287 of file DeltaExpectations.C.
Double_t DeltaCalculations::Particle::w |
Definition at line 284 of file DeltaExpectations.C.
Referenced by DeltaCalculations::Create().