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

Definition at line 31 of file TMBMCpart.hpp.
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 index, bool hadron, bool finalparton, bool em, bool prompt, bool interparton, bool statuscheck, Int_t status, TRef vtx, TRef vtxend) | |
| Float_t | charge () const |
| Int_t | pdgid () const |
| Int_t | GetGEANTindex () const |
| bool | IsHadron () const |
| bool | IsFinalParton () const |
| bool | IsEM () const |
| bool | IsPromptParticle () const |
| bool | IsIntermediateParton () const |
| Int_t | abspdgid () const |
| const TMBMCvtx * | getPMCvtx () const |
| const TMBMCvtx * | getDMCvtx () const |
| bool | isStable () const |
| bool | CheckStability () |
| 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 | _index |
| bool | _hadron |
| bool | _finalparton |
| bool | _em |
| bool | _prompt |
| bool | _interparton |
| bool | _statuscheck |
| Int_t | _status |
| status word | |
| TRef | _vtx |
| ref to parent vertex | |
| TRef | _vtxend |
| ref to decay vertex | |
|
|
Definition at line 49 of file TMBMCpart.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
Definition at line 77 of file TMBMCpart.hpp. |
|
|
Definition at line 66 of file TMBMCpart.hpp. References pdgid(). |
|
|
Definition at line 56 of file TMBMCpart.hpp. References _q. |
|
|
Definition at line 70 of file TMBMCpart.hpp. References _statuscheck. |
|
|
Definition at line 68 of file TMBMCpart.hpp. References _vtxend. Referenced by isStable(), and isStableParticle(). |
|
|
Definition at line 59 of file TMBMCpart.hpp. References _index. |
|
|
Definition at line 67 of file TMBMCpart.hpp. References _vtx. |
|
|
Definition at line 62 of file TMBMCpart.hpp. References _em. |
|
|
Definition at line 61 of file TMBMCpart.hpp. References _finalparton. |
|
|
Definition at line 60 of file TMBMCpart.hpp. References _hadron. |
|
|
Definition at line 64 of file TMBMCpart.hpp. References _interparton. |
|
|
Definition at line 72 of file TMBMCpart.hpp. References _pdgid. |
|
|
Definition at line 63 of file TMBMCpart.hpp. References _prompt. |
|
|
Definition at line 69 of file TMBMCpart.hpp. References getDMCvtx(). |
|
|
Definition at line 71 of file TMBMCpart.hpp. References _status, and getDMCvtx(). |
|
|
Definition at line 58 of file TMBMCpart.hpp. References _pdgid. Referenced by abspdgid(), and TMBTRefs::mcmatch(). |
|
|
Definition at line 74 of file TMBMCpart.hpp. References _status. |
|
|
Definition at line 75 of file TMBMCpart.hpp. References _status. |
|
|
Definition at line 39 of file TMBMCpart.hpp. Referenced by ClassImp(), and IsEM(). |
|
|
Definition at line 38 of file TMBMCpart.hpp. Referenced by ClassImp(), and IsFinalParton(). |
|
|
Definition at line 37 of file TMBMCpart.hpp. Referenced by ClassImp(), and IsHadron(). |
|
|
Definition at line 36 of file TMBMCpart.hpp. Referenced by ClassImp(), and GetGEANTindex(). |
|
|
Definition at line 41 of file TMBMCpart.hpp. Referenced by ClassImp(), and IsIntermediateParton(). |
|
|
PDG id.
Definition at line 35 of file TMBMCpart.hpp. Referenced by ClassImp(), isLepton(), and pdgid(). |
|
|
Definition at line 40 of file TMBMCpart.hpp. Referenced by ClassImp(), and IsPromptParticle(). |
|
|
charge
Definition at line 34 of file TMBMCpart.hpp. Referenced by charge(), and ClassImp(). |
|
|
status word
Definition at line 44 of file TMBMCpart.hpp. Referenced by ClassImp(), isStableParticle(), status(), and zFrag(). |
|
|
Definition at line 42 of file TMBMCpart.hpp. Referenced by CheckStability(), and ClassImp(). |
|
|
ref to parent vertex
Definition at line 45 of file TMBMCpart.hpp. Referenced by ClassImp(), and getPMCvtx(). |
|
|
ref to decay vertex
Definition at line 46 of file TMBMCpart.hpp. Referenced by ClassImp(), and getDMCvtx(). |
1.3.4