#include <TMBMCvtx.hpp>
Definition at line 29 of file TMBMCvtx.hpp.
Public Member Functions | |
| TMBMCvtx () | |
| TMBMCvtx (Float_t x, Float_t y, Float_t z, Float_t ct) | |
| Float_t | ct () const |
| Float_t | x () const |
| Float_t | y () const |
| Float_t | z () const |
| Int_t | nparents () const |
| const TMBMCpart * | getParent (Int_t ipart) const |
| Int_t | ndaughters () const |
| const TMBMCpart * | getDaughter (Int_t ipart) const |
| void | addParent (TRef part) |
| void | addDaughter (TRef part) |
| ~TMBMCvtx () | |
Private Attributes | |
| Float_t | _x |
| Float_t | _y |
| Float_t | _z |
| Float_t | _ct |
| TRefArray | _parents |
| TRefArray | _daughters |
|
|
|
|
||||||||||||||||||||
|
Definition at line 17 of file TMBMCvtx.cpp. |
|
|
Definition at line 60 of file TMBMCvtx.hpp. |
|
|
Definition at line 29 of file TMBMCvtx.cpp. References _daughters. |
|
|
Definition at line 23 of file TMBMCvtx.cpp. References _parents. |
|
|
Definition at line 46 of file TMBMCvtx.hpp. References _ct. |
|
|
Definition at line 55 of file TMBMCvtx.hpp. References _daughters. |
|
|
Definition at line 52 of file TMBMCvtx.hpp. References _parents. |
|
|
Definition at line 54 of file TMBMCvtx.hpp. References _daughters. |
|
|
Definition at line 51 of file TMBMCvtx.hpp. References _parents. |
|
|
Definition at line 47 of file TMBMCvtx.hpp. References _x. |
|
|
Definition at line 48 of file TMBMCvtx.hpp. References _y. |
|
|
Definition at line 49 of file TMBMCvtx.hpp. References _z. |
|
|
Definition at line 36 of file TMBMCvtx.hpp. Referenced by ct(). |
|
|
Definition at line 39 of file TMBMCvtx.hpp. Referenced by addDaughter(), getDaughter(), and ndaughters(). |
|
|
Definition at line 38 of file TMBMCvtx.hpp. Referenced by addParent(), getParent(), and nparents(). |
|
|
Definition at line 33 of file TMBMCvtx.hpp. Referenced by x(). |
|
|
Definition at line 34 of file TMBMCvtx.hpp. Referenced by y(). |
|
|
Definition at line 35 of file TMBMCvtx.hpp. Referenced by z(). |
1.3.4