AMSDST
|
#include <myObject.h>
Public Member Functions | |
myObject () | |
Constructor. | |
~myObject () | |
Default destructor. | |
short int | iPart () |
short int | iMySelf () |
void | SetPart (short int ipart) |
void | SetMySelf (short int imyself) |
ClassDef (myObject, 4) | |
Public Attributes | |
Short_t | i_part |
id of particle object it belongs | |
Short_t | i_myself |
id of the object itself in gbatch | |
Definition at line 9 of file myObject.h.
myObject::myObject | ( | ) |
myObject::~myObject | ( | ) |
myObject::ClassDef | ( | myObject | , |
4 | |||
) |
|
inline |
Definition at line 22 of file myObject.h.
References i_myself.
Referenced by myEvent::pmyTrdKFromTrdTrackByMySelf().
|
inline |
Definition at line 21 of file myObject.h.
References i_part.
|
inline |
Definition at line 30 of file myObject.h.
References i_myself.
|
inline |
Definition at line 24 of file myObject.h.
References i_part.
Short_t myObject::i_myself |
id of the object itself in gbatch
Definition at line 19 of file myObject.h.
Referenced by iMySelf(), and SetMySelf().
Short_t myObject::i_part |
id of particle object it belongs
Definition at line 18 of file myObject.h.