#include <PTSimStdHepType.h>
Public Member Functions | |
| PTSimStdHepType () | |
| PTSimStdHepType (TMCProcess process, Int_t pdgId, Int_t parentId) | |
| virtual | ~PTSimStdHepType () |
| virtual TMCProcess | GetProcess () const |
| virtual Int_t | GetPdgId () const |
| virtual Int_t | GetParentId () const |
Private Member Functions | |
| ClassDef (PTSimStdHepType, 1) | |
Private Attributes | |
| TMCProcess | fProcess |
| Int_t | fPdgId |
| Int_t | fParentId |
|
|
Definition at line 38 of file PTSimStdHepType.h.
|
|
||||||||||||||||
|
Definition at line 40 of file PTSimStdHepType.h. 00040 : 00041 fProcess(process), fPdgId(pdgId), fParentId(parentId) {} // def ctor virtual ~PTSimStdHepType() {} // dtor
|
|
|
Definition at line 42 of file PTSimStdHepType.h. 00042 {} // dtor
|
|
||||||||||||
|
|
|
|
Definition at line 46 of file PTSimStdHepType.h. Referenced by operator<(), and operator==(). 00046 { return fParentId; }
|
|
|
Definition at line 45 of file PTSimStdHepType.h. Referenced by operator<(), and operator==(). 00045 { return fPdgId; }
|
|
|
Definition at line 44 of file PTSimStdHepType.h. Referenced by operator<(), and operator==(). 00044 { return fProcess; }
|
|
|
Definition at line 53 of file PTSimStdHepType.h. |
|
|
Definition at line 52 of file PTSimStdHepType.h. |
|
|
Definition at line 51 of file PTSimStdHepType.h. |
1.3.9.1