![]() |
AliPhysics
2b88e80 (2b88e80)
|
Public Member Functions | |
Double_t | Get (Int_t i) const |
void | Print () const |
Row & | Get (ERow i) |
void | Print () |
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 |
Double_t | Ps |
Double_t | Ss |
Double_t | Cs |
Double_t | Cb |
Row | reduced |
Row | expected |
Row | reweighed |
Row | asis |
Per particle information
Definition at line 54 of file BackOfTheEnvelope.C.
Get a quantity
i | number of parameter |
Definition at line 69 of file BackOfTheEnvelope.C.
Referenced by Calculation::MakeStack(), and Calculation::R().
Get the row corresponding to \( P^s, S^s, C^s, C^b\)
i | Row number |
Definition at line 293 of file Expectations.C.
|
inline |
Definition at line 76 of file BackOfTheEnvelope.C.
Referenced by Calculation::Run().
|
inline |
Print the particle
Definition at line 304 of file Expectations.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 325 of file Expectations.C.
Referenced by Calculation::Create().
Row Calculation::Particle::asis |
Definition at line 285 of file Expectations.C.
Double_t Calculation::Particle::Cb |
Definition at line 61 of file BackOfTheEnvelope.C.
Referenced by Print().
Double_t Calculation::Particle::Cs |
Definition at line 60 of file BackOfTheEnvelope.C.
Referenced by Print().
Row Calculation::Particle::expected |
Definition at line 283 of file Expectations.C.
TString Calculation::Particle::n |
Definition at line 56 of file BackOfTheEnvelope.C.
Referenced by Calculation::Create(), and Calculation::MakeStack().
Double_t Calculation::Particle::Ps |
Definition at line 58 of file BackOfTheEnvelope.C.
Referenced by Print().
Row Calculation::Particle::reduced |
Definition at line 282 of file Expectations.C.
Row Calculation::Particle::reweighed |
Definition at line 284 of file Expectations.C.
Double_t Calculation::Particle::Ss |
Definition at line 59 of file BackOfTheEnvelope.C.
Referenced by Print().
Double_t Calculation::Particle::w |
Definition at line 57 of file BackOfTheEnvelope.C.
Referenced by Calculation::Create(), Print(), and Calculation::R().