Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4eval/PHG4DSTReader.h>
Public Types | |
enum | enu_type { typ_hit , typ_part , typ_vertex } |
Public Attributes | |
unsigned int | _cnt |
std::string | _name |
arr_ptr | _arr |
TClonesArray * | _arr_ptr |
enu_type | _type |
Definition at line 109 of file PHG4DSTReader.h.
Enumerator | |
---|---|
typ_hit | |
typ_part | |
typ_vertex |
Definition at line 116 of file PHG4DSTReader.h.
arr_ptr PHG4DSTReader::record::_arr |
Definition at line 113 of file PHG4DSTReader.h.
Referenced by PHG4DSTReader::add_particle(), PHG4DSTReader::Init(), and PHG4DSTReader::process_event().
TClonesArray* PHG4DSTReader::record::_arr_ptr |
Definition at line 114 of file PHG4DSTReader.h.
Referenced by PHG4DSTReader::build_tree(), PHG4DSTReader::Init(), and PHG4DSTReader::process_event().
unsigned int PHG4DSTReader::record::_cnt |
Definition at line 111 of file PHG4DSTReader.h.
Referenced by PHG4DSTReader::add_particle(), PHG4DSTReader::build_tree(), PHG4DSTReader::Init(), and PHG4DSTReader::process_event().
std::string PHG4DSTReader::record::_name |
Definition at line 112 of file PHG4DSTReader.h.
Referenced by PHG4DSTReader::build_tree(), PHG4DSTReader::Init(), and PHG4DSTReader::process_event().
enu_type PHG4DSTReader::record::_type |
Definition at line 120 of file PHG4DSTReader.h.
Referenced by PHG4DSTReader::Init(), and PHG4DSTReader::process_event().