#include <TMBMCpart.hpp>
Inheritance diagram for TMBMCpart:

Public Member Functions | |
| TMBMCpart () | |
| TMBMCpart (Float_t px, Float_t py, Float_t pz, Float_t E, Float_t q, Float_t pt, Float_t phi, Float_t eta, Int_t pdgid, Int_t status, TRef vtx, TRef vtxend) | |
| Float_t | charge () const |
| Int_t | pdgid () const |
| Int_t | abspdgid () const |
| const TMBMCvtx * | getPMCvtx () const |
| const TMBMCvtx * | getDMCvtx () const |
| bool | isStable () const |
| bool | isStableParticle () const |
| bool | isLepton () const |
| Int_t | status () const |
| Float_t | zFrag () const |
| ~TMBMCpart () | |
Private Attributes | |
| Float_t | _q |
| charge | |
| Int_t | _pdgid |
| PDG id. | |
| Int_t | _status |
| status word | |
| TRef | _vtx |
| ref to parent vertex | |
| TRef | _vtxend |
| ref to decay vertex | |
Definition at line 29 of file TMBMCpart.hpp.
|
|
Definition at line 39 of file TMBMCpart.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
Definition at line 57 of file TMBMCpart.hpp. |
|
|
Definition at line 47 of file TMBMCpart.hpp. References pdgid(). |
|
|
Definition at line 44 of file TMBMCpart.hpp. References _q. |
|
|
Definition at line 49 of file TMBMCpart.hpp. References _vtxend. Referenced by isStable(), and isStableParticle(). |
|
|
Definition at line 48 of file TMBMCpart.hpp. References _vtx. |
|
|
Definition at line 52 of file TMBMCpart.hpp. References _pdgid. |
|
|
Definition at line 50 of file TMBMCpart.hpp. References getDMCvtx(). |
|
|
Definition at line 51 of file TMBMCpart.hpp. References _status, and getDMCvtx(). |
|
|
Definition at line 46 of file TMBMCpart.hpp. References _pdgid. Referenced by abspdgid(), and TMBTRefs::mcmatch(). |
|
|
Definition at line 54 of file TMBMCpart.hpp. References _status. |
|
|
Definition at line 55 of file TMBMCpart.hpp. References _status. |
|
|
PDG id.
Definition at line 33 of file TMBMCpart.hpp. Referenced by ClassImp(), isLepton(), and pdgid(). |
|
|
charge
Definition at line 32 of file TMBMCpart.hpp. Referenced by charge(), and ClassImp(). |
|
|
status word
Definition at line 34 of file TMBMCpart.hpp. Referenced by ClassImp(), isStableParticle(), status(), and zFrag(). |
|
|
ref to parent vertex
Definition at line 35 of file TMBMCpart.hpp. Referenced by ClassImp(), and getPMCvtx(). |
|
|
ref to decay vertex
Definition at line 36 of file TMBMCpart.hpp. Referenced by ClassImp(), and getDMCvtx(). |
1.3.4