|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/TriggerAna/src/TreeData.h>
Inheritance diagram for MCEventData:
Collaboration diagram for MCEventData:Public Member Functions | |
| MCEventData () | |
| virtual | ~MCEventData () |
| ClassDef (MCEventData, 1) | |
Public Attributes | |
| int | process_id |
| MC Event Info. More... | |
| int | particle_id [4] |
| TLorentzVector | particle_mom [4] |
Definition at line 7 of file TreeData.h.
| MCEventData::MCEventData | ( | ) |
Definition at line 4 of file TreeData.cc.
References particle_id, and particle_mom.
|
inlinevirtual |
Definition at line 16 of file TreeData.h.
| MCEventData::ClassDef | ( | MCEventData | , |
| 1 | |||
| ) |
| int MCEventData::particle_id[4] |
Definition at line 12 of file TreeData.h.
Referenced by MCEventData(), and SimpleTree::process_event().
| TLorentzVector MCEventData::particle_mom[4] |
Definition at line 13 of file TreeData.h.
Referenced by MCEventData(), and SimpleTree::process_event().
| int MCEventData::process_id |