|
BmnRoot
|
#include <UParticle.h>
Public Member Functions | |
| UParticle () | |
| UParticle (Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay, Int_t child[2], Double_t px, Double_t py, Double_t pz, Double_t e, Double_t x, Double_t y, Double_t z, Double_t t, Double_t weight) | |
| UParticle (Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay, Int_t child[2], TLorentzVector mom, TLorentzVector pos, Double_t weight) | |
| UParticle (const UParticle &right) | |
| UParticle (const TParticle &right) | |
| virtual | ~UParticle () |
| const UParticle & | operator= (const UParticle &right) |
| const UParticle & | operator= (const TParticle &right) |
| const Bool_t | operator== (const UParticle &right) const |
| void | Print (Option_t *option="") |
| Int_t | GetIndex () const |
| Int_t | GetPdg () const |
| Int_t | GetStatus () const |
| Int_t | GetParent () const |
| Int_t | GetParentDecay () const |
| Int_t | GetMate () const |
| Int_t | GetDecay () const |
| Int_t | GetFirstChild () const |
| Int_t | GetLastChild () const |
| Double_t | Px () const |
| Double_t | Py () const |
| Double_t | Pz () const |
| Double_t | E () const |
| TLorentzVector | GetMomentum () const |
| void | Momentum (TLorentzVector &mom) const |
| Double_t | X () const |
| Double_t | Y () const |
| Double_t | Z () const |
| Double_t | T () const |
| TLorentzVector | GetPosition () const |
| void | Position (TLorentzVector &pos) const |
| Double_t | GetWeight () const |
| void | SetIndex (Int_t index) |
| void | SetPdg (Int_t pdg) |
| void | SetStatus (Int_t status) |
| void | SetParent (Int_t parent) |
| void | SetParentDecay (Int_t parentDecay) |
| void | SetMate (Int_t mate) |
| void | SetDecay (Int_t decay) |
| void | SetChild (Int_t child[2]) |
| void | SetFirstChild (Int_t child) |
| void | SetLastChild (Int_t child) |
| void | SetPx (Double_t px) |
| void | SetPy (Double_t py) |
| void | SetPz (Double_t pz) |
| void | SetE (Double_t e) |
| void | SetMomentum (Double_t px, Double_t py, Double_t pz, Double_t e) |
| void | SetMomentum (TLorentzVector mom) |
| void | SetX (Double_t x) |
| void | SetY (Double_t y) |
| void | SetZ (Double_t z) |
| void | SetT (Double_t t) |
| void | SetPosition (Double_t x, Double_t y, Double_t z, Double_t t) |
| void | SetPosition (TLorentzVector pos) |
| void | SetWeight (Double_t weight) |
| UParticle () | |
| UParticle (Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay, Int_t child[2], Double_t px, Double_t py, Double_t pz, Double_t e, Double_t x, Double_t y, Double_t z, Double_t t, Double_t weight) | |
| UParticle (Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay, Int_t child[2], TLorentzVector mom, TLorentzVector pos, Double_t weight) | |
| UParticle (const UParticle &right) | |
| UParticle (const TParticle &right) | |
| virtual | ~UParticle () |
| const UParticle & | operator= (const UParticle &right) |
| const UParticle & | operator= (const TParticle &right) |
| const Bool_t | operator== (const UParticle &right) const |
| void | Print (Option_t *option="") |
| Int_t | GetIndex () const |
| Int_t | GetPdg () const |
| Int_t | GetStatus () const |
| Int_t | GetParent () const |
| Int_t | GetParentDecay () const |
| Int_t | GetMate () const |
| Int_t | GetDecay () const |
| Int_t | GetFirstChild () const |
| Int_t | GetLastChild () const |
| Double_t | Px () const |
| Double_t | Py () const |
| Double_t | Pz () const |
| Double_t | E () const |
| TLorentzVector | GetMomentum () const |
| void | Momentum (TLorentzVector &mom) const |
| Double_t | X () const |
| Double_t | Y () const |
| Double_t | Z () const |
| Double_t | T () const |
| TLorentzVector | GetPosition () const |
| void | Position (TLorentzVector &pos) const |
| Double_t | GetWeight () const |
| void | SetIndex (Int_t index) |
| void | SetPdg (Int_t pdg) |
| void | SetStatus (Int_t status) |
| void | SetParent (Int_t parent) |
| void | SetParentDecay (Int_t parentDecay) |
| void | SetMate (Int_t mate) |
| void | SetDecay (Int_t decay) |
| void | SetChild (Int_t child[2]) |
| void | SetFirstChild (Int_t child) |
| void | SetLastChild (Int_t child) |
| void | SetPx (Double_t px) |
| void | SetPy (Double_t py) |
| void | SetPz (Double_t pz) |
| void | SetE (Double_t e) |
| void | SetMomentum (Double_t px, Double_t py, Double_t pz, Double_t e) |
| void | SetMomentum (TLorentzVector mom) |
| void | SetX (Double_t x) |
| void | SetY (Double_t y) |
| void | SetZ (Double_t z) |
| void | SetT (Double_t t) |
| void | SetPosition (Double_t x, Double_t y, Double_t z, Double_t t) |
| void | SetPosition (TLorentzVector pos) |
| void | SetWeight (Double_t weight) |
unigen particle
Definition at line 13 of file UParticle.h.
| UParticle::UParticle | ( | ) |
default constructor
Definition at line 19 of file UParticle.cxx.
| UParticle::UParticle | ( | Int_t | index, |
| Int_t | pdg, | ||
| Int_t | status, | ||
| Int_t | parent, | ||
| Int_t | parentDecay, | ||
| Int_t | mate, | ||
| Int_t | decay, | ||
| Int_t | child[2], | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | e, | ||
| Double_t | x, | ||
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | t, | ||
| Double_t | weight | ||
| ) |
constructor
| index | particle index |
| pdg | pid of track |
| status | particle status |
| parent | parent index |
| parentDecay | parent decay index |
| mate | index of last collision partner |
| decay | decay index (-1 if not decayed) |
| child | index of first and last child |
| px | px momentum |
| py | py momentum |
| pz | pz momentum |
| e | energy |
| x | freezout -x |
| y | freezout -y |
| z | freezout - z |
| t | freezout - t |
| weight | particle weight |
Definition at line 32 of file UParticle.cxx.
| UParticle::UParticle | ( | Int_t | index, |
| Int_t | pdg, | ||
| Int_t | status, | ||
| Int_t | parent, | ||
| Int_t | parentDecay, | ||
| Int_t | mate, | ||
| Int_t | decay, | ||
| Int_t | child[2], | ||
| TLorentzVector | mom, | ||
| TLorentzVector | pos, | ||
| Double_t | weight | ||
| ) |
constructor
| index | particle index |
| pdg | pid of track |
| status | particle status |
| parent | parent index |
| parentDecay | parent decay index |
| mate | index of last collision partner |
| decay | decay index (-1 if not decayed) |
| child | index of first and last child |
| mom | particle momentum |
| pos | particle freezout postion |
| weight | particle weight |
Definition at line 63 of file UParticle.cxx.
| UParticle::UParticle | ( | const UParticle & | right | ) |
| UParticle::UParticle | ( | const TParticle & | right | ) |
|
virtual |
Definition at line 111 of file UParticle.cxx.
| UParticle::UParticle | ( | ) |
default constructor
| UParticle::UParticle | ( | Int_t | index, |
| Int_t | pdg, | ||
| Int_t | status, | ||
| Int_t | parent, | ||
| Int_t | parentDecay, | ||
| Int_t | mate, | ||
| Int_t | decay, | ||
| Int_t | child[2], | ||
| Double_t | px, | ||
| Double_t | py, | ||
| Double_t | pz, | ||
| Double_t | e, | ||
| Double_t | x, | ||
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | t, | ||
| Double_t | weight | ||
| ) |
constructor
| index | particle index |
| pdg | pid of track |
| status | particle status |
| parent | parent index |
| parentDecay | parent decay index |
| mate | index of last collision partner |
| decay | decay index (-1 if not decayed) |
| child | index of first and last child |
| px | px momentum |
| py | py momentum |
| pz | pz momentum |
| e | energy |
| x | freezout -x |
| y | freezout -y |
| z | freezout - z |
| t | freezout - t |
| weight | particle weight |
| UParticle::UParticle | ( | Int_t | index, |
| Int_t | pdg, | ||
| Int_t | status, | ||
| Int_t | parent, | ||
| Int_t | parentDecay, | ||
| Int_t | mate, | ||
| Int_t | decay, | ||
| Int_t | child[2], | ||
| TLorentzVector | mom, | ||
| TLorentzVector | pos, | ||
| Double_t | weight | ||
| ) |
constructor
| index | particle index |
| pdg | pid of track |
| status | particle status |
| parent | parent index |
| parentDecay | parent decay index |
| mate | index of last collision partner |
| decay | decay index (-1 if not decayed) |
| child | index of first and last child |
| mom | particle momentum |
| pos | particle freezout postion |
| weight | particle weight |
| UParticle::UParticle | ( | const UParticle & | right | ) |
copy constructor
| right | uparticle to copy |
| UParticle::UParticle | ( | const TParticle & | right | ) |
copy ctor
| right | TParticle to copy |
|
virtual |
|
inline |
Definition at line 182 of file UParticle.h.
|
inline |
Definition at line 182 of file UParticle.h.
|
inline |
Definition at line 152 of file UParticle.h.
|
inline |
Definition at line 152 of file UParticle.h.
|
inline |
Definition at line 157 of file UParticle.h.
|
inline |
Definition at line 157 of file UParticle.h.
|
inline |
Definition at line 122 of file UParticle.h.
|
inline |
Definition at line 122 of file UParticle.h.
|
inline |
Definition at line 162 of file UParticle.h.
|
inline |
Definition at line 162 of file UParticle.h.
|
inline |
Definition at line 147 of file UParticle.h.
|
inline |
Definition at line 147 of file UParticle.h.
|
inline |
Definition at line 187 of file UParticle.h.
Referenced by MpdUnigenGenerator::ReadEvent().
|
inline |
Definition at line 187 of file UParticle.h.
|
inline |
Definition at line 137 of file UParticle.h.
|
inline |
Definition at line 137 of file UParticle.h.
|
inline |
Definition at line 142 of file UParticle.h.
|
inline |
Definition at line 142 of file UParticle.h.
|
inline |
Definition at line 127 of file UParticle.h.
Referenced by MpdUnigenGenerator::ReadEvent(), and MpdUnigenGenerator::RegisterIons().
|
inline |
Definition at line 127 of file UParticle.h.
|
inline |
Definition at line 217 of file UParticle.h.
|
inline |
Definition at line 217 of file UParticle.h.
|
inline |
Definition at line 132 of file UParticle.h.
|
inline |
Definition at line 132 of file UParticle.h.
|
inline |
Definition at line 227 of file UParticle.h.
|
inline |
Definition at line 227 of file UParticle.h.
|
inline |
| mom | momentum to fill |
Definition at line 192 of file UParticle.h.
|
inline |
| mom | momentum to fill |
Definition at line 192 of file UParticle.h.
| const UParticle & UParticle::operator= | ( | const TParticle & | right | ) |
copy TParticle into this particle
| right | TParticle to copy |
Definition at line 146 of file UParticle.cxx.
| const UParticle & UParticle::operator= | ( | const TParticle & | right | ) |
copy TParticle into this particle
| right | TParticle to copy |
operator =
| right | particle |
Definition at line 119 of file UParticle.cxx.
operator =
| right | particle |
| const Bool_t UParticle::operator== | ( | const UParticle & | right | ) | const |
comare tracks
| right | track to compare |
Definition at line 173 of file UParticle.cxx.
| const Bool_t UParticle::operator== | ( | const UParticle & | right | ) | const |
comare tracks
| right | track to compare |
|
inline |
| pos | position to fill by this track position coord. |
Definition at line 222 of file UParticle.h.
|
inline |
| pos | position to fill by this track position coord. |
Definition at line 222 of file UParticle.h.
| void UParticle::Print | ( | Option_t * | option = "" | ) |
print info about this particle
| option | not used |
Definition at line 210 of file UParticle.cxx.
Referenced by UEvent::Print().
| void UParticle::Print | ( | Option_t * | option = "" | ) |
print info about this particle
| option | not used |
|
inline |
Definition at line 167 of file UParticle.h.
Referenced by MpdUnigenGenerator::ReadEvent().
|
inline |
Definition at line 167 of file UParticle.h.
|
inline |
Definition at line 172 of file UParticle.h.
Referenced by MpdUnigenGenerator::ReadEvent().
|
inline |
Definition at line 172 of file UParticle.h.
|
inline |
Definition at line 177 of file UParticle.h.
Referenced by MpdUnigenGenerator::ReadEvent().
|
inline |
Definition at line 177 of file UParticle.h.
|
inline |
| child | index of first and last child |
Definition at line 267 of file UParticle.h.
|
inline |
| child | index of first and last child |
Definition at line 267 of file UParticle.h.
|
inline |
| decay | decay code (-1 if no decayed) |
Definition at line 262 of file UParticle.h.
|
inline |
| decay | decay code (-1 if no decayed) |
Definition at line 262 of file UParticle.h.
|
inline |
| e | energy |
Definition at line 297 of file UParticle.h.
|
inline |
| e | energy |
Definition at line 297 of file UParticle.h.
|
inline |
| child | first child index |
Definition at line 272 of file UParticle.h.
|
inline |
| child | first child index |
Definition at line 272 of file UParticle.h.
|
inline |
| index | index |
Definition at line 232 of file UParticle.h.
|
inline |
| index | index |
Definition at line 232 of file UParticle.h.
|
inline |
| child | last child index |
Definition at line 277 of file UParticle.h.
|
inline |
| child | last child index |
Definition at line 277 of file UParticle.h.
|
inline |
| mate | index of last collision partner |
Definition at line 257 of file UParticle.h.
|
inline |
| mate | index of last collision partner |
Definition at line 257 of file UParticle.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| parent | parent index |
Definition at line 247 of file UParticle.h.
|
inline |
| parent | parent index |
Definition at line 247 of file UParticle.h.
|
inline |
| parentDecay | parent decay index |
Definition at line 252 of file UParticle.h.
|
inline |
| parentDecay | parent decay index |
Definition at line 252 of file UParticle.h.
|
inline |
| pdg | pid code |
Definition at line 237 of file UParticle.h.
|
inline |
| pdg | pid code |
Definition at line 237 of file UParticle.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| px | px momentum |
Definition at line 282 of file UParticle.h.
|
inline |
| px | px momentum |
Definition at line 282 of file UParticle.h.
|
inline |
| py | py momentum |
Definition at line 287 of file UParticle.h.
|
inline |
| py | py momentum |
Definition at line 287 of file UParticle.h.
|
inline |
| pz | pz momentum |
Definition at line 292 of file UParticle.h.
|
inline |
| pz | pz momentum |
Definition at line 292 of file UParticle.h.
|
inline |
| status | status |
Definition at line 242 of file UParticle.h.
|
inline |
| status | status |
Definition at line 242 of file UParticle.h.
|
inline |
| t | freezout-T |
Definition at line 331 of file UParticle.h.
|
inline |
| t | freezout-T |
Definition at line 331 of file UParticle.h.
|
inline |
| weight | weight |
Definition at line 350 of file UParticle.h.
|
inline |
| weight | weight |
Definition at line 350 of file UParticle.h.
|
inline |
| x | freezout-X |
Definition at line 316 of file UParticle.h.
|
inline |
| x | freezout-X |
Definition at line 316 of file UParticle.h.
|
inline |
| y | freezout-Y |
Definition at line 321 of file UParticle.h.
|
inline |
| y | freezout-Y |
Definition at line 321 of file UParticle.h.
|
inline |
| z | freezout-Z |
Definition at line 326 of file UParticle.h.
|
inline |
| z | freezout-Z |
Definition at line 326 of file UParticle.h.
|
inline |
Definition at line 212 of file UParticle.h.
|
inline |
Definition at line 212 of file UParticle.h.
|
inline |
Definition at line 197 of file UParticle.h.
|
inline |
Definition at line 197 of file UParticle.h.
|
inline |
Definition at line 202 of file UParticle.h.
|
inline |
Definition at line 202 of file UParticle.h.
|
inline |
Definition at line 207 of file UParticle.h.
|
inline |
Definition at line 207 of file UParticle.h.