Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4Hitv1.h>
Classes | |
union | u_property |
convert between 32bit inputs and storage type prop_storage_t More... | |
Public Member Functions | |
PHG4Hitv1 () | |
PHG4Hitv1 (const PHG4Hit &g4hit) | |
virtual | ~PHG4Hitv1 () |
void | identify (std::ostream &os=std::cout) const |
void | Reset () |
Clear Event. More... | |
float | get_x (const int i) const |
float | get_y (const int i) const |
float | get_z (const int i) const |
float | get_t (const int i) const |
float | get_edep () const |
PHG4HitDefs::keytype | get_hit_id () const |
int | get_detid () const |
int | get_shower_id () const |
int | get_trkid () const |
void | set_x (const int i, const float f) |
void | set_y (const int i, const float f) |
void | set_z (const int i, const float f) |
void | set_t (const int i, const float f) |
void | set_edep (const float f) |
void | set_hit_id (const PHG4HitDefs::keytype i) |
void | set_shower_id (const int i) |
void | set_trkid (const int i) |
virtual void | print () const |
bool | has_property (const PROPERTY prop_id) const |
float | get_property_float (const PROPERTY prop_id) const |
int | get_property_int (const PROPERTY prop_id) const |
unsigned int | get_property_uint (const PROPERTY prop_id) const |
void | set_property (const PROPERTY prop_id, const float value) |
void | set_property (const PROPERTY prop_id, const int value) |
void | set_property (const PROPERTY prop_id, const unsigned int value) |
virtual float | get_px (const int i) const |
virtual float | get_py (const int i) const |
virtual float | get_pz (const int i) const |
virtual float | get_local_x (const int i) const |
virtual float | get_local_y (const int i) const |
virtual float | get_local_z (const int i) const |
virtual float | get_eion () const |
virtual float | get_light_yield () const |
virtual float | get_path_length () const |
virtual unsigned int | get_layer () const |
virtual int | get_scint_id () const |
virtual int | get_row () const |
virtual int | get_strip_z_index () const |
virtual int | get_strip_y_index () const |
virtual int | get_ladder_z_index () const |
virtual int | get_ladder_phi_index () const |
virtual int | get_index_i () const |
virtual int | get_index_j () const |
virtual int | get_index_k () const |
virtual int | get_index_l () const |
virtual int | get_hit_type () const |
virtual void | set_px (const int i, const float f) |
virtual void | set_py (const int i, const float f) |
virtual void | set_pz (const int i, const float f) |
virtual void | set_local_x (const int i, const float f) |
virtual void | set_local_y (const int i, const float f) |
virtual void | set_local_z (const int i, const float f) |
virtual void | set_eion (const float f) |
virtual void | set_light_yield (const float f) |
virtual void | set_path_length (const float f) |
virtual void | set_layer (const unsigned int i) |
virtual void | set_scint_id (const int i) |
virtual void | set_row (const int i) |
virtual void | set_strip_z_index (const int i) |
virtual void | set_strip_y_index (const int i) |
virtual void | set_ladder_z_index (const int i) |
virtual void | set_ladder_phi_index (const int i) |
virtual void | set_index_i (const int i) |
virtual void | set_index_j (const int i) |
virtual void | set_index_k (const int i) |
virtual void | set_index_l (const int i) |
virtual void | set_hit_type (const int i) |
![]() | |
PHG4Hit () | |
virtual | ~PHG4Hit () |
virtual void | Copy (PHG4Hit const &g4hit) |
virtual float | get_avg_x () const |
virtual float | get_avg_y () const |
virtual float | get_avg_z () const |
virtual float | get_avg_t () const |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Types | |
typedef uint8_t | prop_id_t |
storage types for additional property More... | |
typedef uint32_t | prop_storage_t |
typedef std::map< prop_id_t, prop_storage_t > | prop_map_t |
Protected Member Functions | |
unsigned int | get_property_nocheck (const PROPERTY prop_id) const |
void | set_property_nocheck (const PROPERTY prop_id, const unsigned int ui) |
Protected Attributes | |
float | x [2] |
float | y [2] |
float | z [2] |
float | t [2] |
PHG4HitDefs::keytype | hitid |
int | trackid |
int | showerid |
float | edep |
prop_map_t | prop_map |
container for additional property More... | |
Definition at line 15 of file PHG4Hitv1.h.
|
protected |
storage types for additional property
Definition at line 113 of file PHG4Hitv1.h.
|
protected |
Definition at line 115 of file PHG4Hitv1.h.
|
protected |
Definition at line 114 of file PHG4Hitv1.h.
PHG4Hitv1::PHG4Hitv1 | ( | ) |
|
explicit |
Definition at line 27 of file PHG4Hitv1.cc.
References PHG4Hit::Copy().
|
inlinevirtual |
Definition at line 20 of file PHG4Hitv1.h.
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 49 of file PHG4Hitv1.cc.
References PHG4HitDefs::hit_idbits, and hitid.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 60 of file PHG4Hitv1.h.
References get_property_float(), and PHG4Hit::prop_eion.
Referenced by PHG4HitEval::Copy().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 74 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_hit_type.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 70 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_index_i.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 71 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_index_j.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 72 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_index_k.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 73 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_index_l.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 69 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_ladder_phi_index.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 68 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_ladder_z_index.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 63 of file PHG4Hitv1.h.
References get_property_uint(), and PHG4Hit::prop_layer.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 61 of file PHG4Hitv1.h.
References get_property_float(), and PHG4Hit::prop_light_yield.
Referenced by PHG4HitEval::Copy().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 299 of file PHG4Hitv1.cc.
References get_property_float(), PHG4Hit::prop_local_x_0, and PHG4Hit::prop_local_x_1.
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 314 of file PHG4Hitv1.cc.
References get_property_float(), PHG4Hit::prop_local_y_0, and PHG4Hit::prop_local_y_1.
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 329 of file PHG4Hitv1.cc.
References get_property_float(), PHG4Hit::prop_local_z_0, and PHG4Hit::prop_local_z_1.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 62 of file PHG4Hitv1.h.
References get_property_float(), and PHG4Hit::prop_path_length.
Referenced by PHG4HitEval::Copy().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 95 of file PHG4Hitv1.cc.
References PHG4Hit::check_property(), PHG4Hitv1::u_property::fdata, PHG4Hit::get_property_info(), PHG4Hit::get_property_type(), PHWHERE, prop_map, and PHG4Hit::type_float.
Referenced by get_eion(), get_light_yield(), get_local_x(), get_local_y(), get_local_z(), get_path_length(), get_px(), get_py(), get_pz(), identify(), and print().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 113 of file PHG4Hitv1.cc.
References PHG4Hit::check_property(), PHG4Hit::get_property_info(), PHG4Hit::get_property_type(), PHG4Hitv1::u_property::idata, PHWHERE, prop_map, and PHG4Hit::type_int.
Referenced by get_hit_type(), get_index_i(), get_index_j(), get_index_k(), get_index_l(), get_ladder_phi_index(), get_ladder_z_index(), get_row(), get_scint_id(), get_strip_y_index(), get_strip_z_index(), identify(), and print().
|
protectedvirtual |
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 131 of file PHG4Hitv1.cc.
References PHG4Hit::check_property(), PHG4Hit::get_property_info(), PHG4Hit::get_property_type(), PHWHERE, prop_map, PHG4Hit::type_uint, and PHG4Hitv1::u_property::uidata.
Referenced by get_layer(), identify(), and print().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 202 of file PHG4Hitv1.cc.
References get_property_float(), PHG4Hit::prop_px_0, and PHG4Hit::prop_px_1.
Referenced by identify().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 217 of file PHG4Hitv1.cc.
References get_property_float(), PHG4Hit::prop_py_0, and PHG4Hit::prop_py_1.
Referenced by identify().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 232 of file PHG4Hitv1.cc.
References get_property_float(), PHG4Hit::prop_pz_0, and PHG4Hit::prop_pz_1.
Referenced by identify().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 65 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_row.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 64 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_scint_id.
Referenced by PHG4HitEval::Copy().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 67 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_strip_y_index.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 66 of file PHG4Hitv1.h.
References get_property_int(), and PHG4Hit::prop_strip_z_index.
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 28 of file PHG4Hitv1.h.
References t.
Referenced by identify().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 25 of file PHG4Hitv1.h.
References x.
Referenced by identify().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 26 of file PHG4Hitv1.h.
References y.
Referenced by identify().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 27 of file PHG4Hitv1.h.
References z.
Referenced by identify().
|
virtual |
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHG4Hit.
Definition at line 395 of file PHG4Hitv1.cc.
References edep, get_property_float(), PHG4Hit::get_property_info(), get_property_int(), get_property_uint(), get_px(), get_py(), get_pz(), get_t(), get_x(), get_y(), get_z(), hitid, prop_map, showerid, trackid, PHG4Hit::type_float, PHG4Hit::type_int, and PHG4Hit::type_uint.
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 58 of file PHG4Hitv1.cc.
References edep, get_property_float(), PHG4Hit::get_property_info(), get_property_int(), get_property_uint(), hitid, prop_map, t, trackid, PHG4Hit::type_float, PHG4Hit::type_int, PHG4Hit::type_uint, x, y, and z.
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 82 of file PHG4Hitv1.h.
References PHG4Hit::prop_eion, and set_property().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 96 of file PHG4Hitv1.h.
References PHG4Hit::prop_hit_type, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 92 of file PHG4Hitv1.h.
References PHG4Hit::prop_index_i, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 93 of file PHG4Hitv1.h.
References PHG4Hit::prop_index_j, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 94 of file PHG4Hitv1.h.
References PHG4Hit::prop_index_k, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 95 of file PHG4Hitv1.h.
References PHG4Hit::prop_index_l, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 91 of file PHG4Hitv1.h.
References PHG4Hit::prop_ladder_phi_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 90 of file PHG4Hitv1.h.
References PHG4Hit::prop_ladder_z_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 85 of file PHG4Hitv1.h.
References PHG4Hit::prop_layer, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 83 of file PHG4Hitv1.h.
References PHG4Hit::prop_light_yield, and set_property().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 344 of file PHG4Hitv1.cc.
References PHG4Hit::prop_local_x_0, PHG4Hit::prop_local_x_1, and set_property().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 361 of file PHG4Hitv1.cc.
References PHG4Hit::prop_local_y_0, PHG4Hit::prop_local_y_1, and set_property().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 378 of file PHG4Hitv1.cc.
References PHG4Hit::prop_local_z_0, PHG4Hit::prop_local_z_1, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 84 of file PHG4Hitv1.h.
References PHG4Hit::prop_path_length, and set_property().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 149 of file PHG4Hitv1.cc.
References PHG4Hit::check_property(), PHG4Hit::get_property_info(), PHG4Hit::get_property_type(), PHG4Hitv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Hit::type_float.
Referenced by set_eion(), set_hit_type(), set_index_i(), set_index_j(), set_index_k(), set_index_l(), set_ladder_phi_index(), set_ladder_z_index(), set_layer(), set_light_yield(), set_local_x(), set_local_y(), set_local_z(), set_path_length(), set_px(), set_py(), set_pz(), set_row(), set_scint_id(), set_strip_y_index(), and set_strip_z_index().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 163 of file PHG4Hitv1.cc.
References PHG4Hit::check_property(), PHG4Hit::get_property_info(), PHG4Hit::get_property_type(), PHG4Hitv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Hit::type_int.
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 177 of file PHG4Hitv1.cc.
References PHG4Hit::check_property(), PHG4Hit::get_property_info(), PHG4Hit::get_property_type(), PHG4Hitv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Hit::type_uint.
|
inlineprotectedvirtual |
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 247 of file PHG4Hitv1.cc.
References PHG4Hit::prop_px_0, PHG4Hit::prop_px_1, and set_property().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 264 of file PHG4Hitv1.cc.
References PHG4Hit::prop_py_0, PHG4Hit::prop_py_1, and set_property().
|
virtual |
Reimplemented from PHG4Hit.
Definition at line 281 of file PHG4Hitv1.cc.
References PHG4Hit::prop_pz_0, PHG4Hit::prop_pz_1, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 87 of file PHG4Hitv1.h.
References PHG4Hit::prop_row, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Reimplemented in PHG4HitEval.
Definition at line 86 of file PHG4Hitv1.h.
References PHG4Hit::prop_scint_id, and set_property().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 89 of file PHG4Hitv1.h.
References PHG4Hit::prop_strip_y_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 88 of file PHG4Hitv1.h.
References PHG4Hit::prop_strip_z_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 38 of file PHG4Hitv1.h.
References t.
Referenced by Reset().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 35 of file PHG4Hitv1.h.
References x.
Referenced by Reset().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 36 of file PHG4Hitv1.h.
References y.
Referenced by Reset().
|
inlinevirtual |
Reimplemented from PHG4Hit.
Definition at line 37 of file PHG4Hitv1.h.
References z.
Referenced by Reset().
|
protected |
Definition at line 110 of file PHG4Hitv1.h.
Referenced by get_edep(), identify(), print(), Reset(), and set_edep().
|
protected |
Definition at line 107 of file PHG4Hitv1.h.
Referenced by get_detid(), get_hit_id(), identify(), print(), Reset(), and set_hit_id().
|
protected |
container for additional property
Definition at line 132 of file PHG4Hitv1.h.
Referenced by get_property_float(), get_property_int(), get_property_nocheck(), get_property_uint(), has_property(), identify(), print(), Reset(), set_property(), and set_property_nocheck().
|
protected |
Definition at line 109 of file PHG4Hitv1.h.
Referenced by get_shower_id(), identify(), and set_shower_id().
|
protected |
Definition at line 106 of file PHG4Hitv1.h.
|
protected |
Definition at line 108 of file PHG4Hitv1.h.
Referenced by get_trkid(), identify(), print(), Reset(), and set_trkid().
|
protected |
Definition at line 103 of file PHG4Hitv1.h.
|
protected |
Definition at line 104 of file PHG4Hitv1.h.
|
protected |
Definition at line 105 of file PHG4Hitv1.h.