![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4Hitv1.h>
Inheritance diagram for PHG4Hitv1:
Collaboration diagram for PHG4Hitv1:Classes | |
| union | u_property |
| convert between 32bit inputs and storage type prop_storage_t More... | |
Public Member Functions | |
| PHG4Hitv1 ()=default | |
| PHG4Hitv1 (const PHG4Hit *g4hit) | |
| ~PHG4Hitv1 () override=default | |
| void | identify (std::ostream &os=std::cout) const override |
| void | Reset () override |
| Clear Event. | |
| float | get_x (const int i) const override |
| float | get_y (const int i) const override |
| float | get_z (const int i) const override |
| float | get_t (const int i) const override |
| float | get_edep () const override |
| PHG4HitDefs::keytype | get_hit_id () const override |
| int | get_detid () const override |
| int | get_shower_id () const override |
| int | get_trkid () const override |
| void | set_x (const int i, const float f) override |
| void | set_y (const int i, const float f) override |
| void | set_z (const int i, const float f) override |
| void | set_t (const int i, const float f) override |
| void | set_edep (const float f) override |
| void | set_hit_id (const PHG4HitDefs::keytype i) override |
| void | set_shower_id (const int i) override |
| void | set_trkid (const int i) override |
| void | print () const override |
| bool | has_property (const PROPERTY prop_id) const override |
| float | get_property_float (const PROPERTY prop_id) const override |
| int | get_property_int (const PROPERTY prop_id) const override |
| unsigned int | get_property_uint (const PROPERTY prop_id) const override |
| void | set_property (const PROPERTY prop_id, const float value) override |
| void | set_property (const PROPERTY prop_id, const int value) override |
| void | set_property (const PROPERTY prop_id, const unsigned int value) override |
| float | get_px (const int i) const override |
| float | get_py (const int i) const override |
| float | get_pz (const int i) const override |
| float | get_local_x (const int i) const override |
| float | get_local_y (const int i) const override |
| float | get_local_z (const int i) const override |
| float | get_eion () const override |
| float | get_light_yield () const override |
| float | get_raw_light_yield () const override |
| float | get_path_length () const override |
| unsigned int | get_layer () const override |
| int | get_scint_id () const override |
| int | get_row () const override |
| int | get_sector () const override |
| int | get_strip_z_index () const override |
| int | get_strip_y_index () const override |
| int | get_ladder_z_index () const override |
| int | get_ladder_phi_index () const override |
| int | get_index_i () const override |
| int | get_index_j () const override |
| int | get_index_k () const override |
| int | get_index_l () const override |
| int | get_hit_type () const override |
| void | set_px (const int i, const float f) override |
| void | set_py (const int i, const float f) override |
| void | set_pz (const int i, const float f) override |
| void | set_local_x (const int i, const float f) override |
| void | set_local_y (const int i, const float f) override |
| void | set_local_z (const int i, const float f) override |
| void | set_eion (const float f) override |
| void | set_light_yield (const float f) override |
| void | set_raw_light_yield (const float f) override |
| void | set_path_length (const float f) override |
| void | set_layer (const unsigned int i) override |
| void | set_scint_id (const int i) override |
| void | set_row (const int i) override |
| void | set_sector (const int i) override |
| void | set_strip_z_index (const int i) override |
| void | set_strip_y_index (const int i) override |
| void | set_ladder_z_index (const int i) override |
| void | set_ladder_phi_index (const int i) override |
| void | set_index_i (const int i) override |
| void | set_index_j (const int i) override |
| void | set_index_k (const int i) override |
| void | set_index_l (const int i) override |
| void | set_hit_type (const int i) override |
Public Member Functions inherited from PHG4Hit | |
| PHG4Hit () | |
| ~PHG4Hit () override | |
| void | CopyFrom (const PHObject *phobj) override |
| virtual float | get_avg_x () const |
| virtual float | get_avg_y () const |
| virtual float | get_avg_z () const |
| virtual float | get_avg_t () const |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor | |
| ~PHObject () override | |
| dtor | |
| virtual PHObject * | CloneMe () const |
| Virtual copy constructor. | |
| virtual PHObject * | clone () const final |
| PHObject * | Clone (const char *newname="") const final |
| void | Copy (TObject &object) const final |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data | |
| virtual int | Integrate () const |
| virtual int | Integrate (PHObject *) |
Protected Types | |
| typedef uint8_t | prop_id_t |
| storage types for additional property | |
| 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 override |
| void | set_property_nocheck (const PROPERTY prop_id, const unsigned int ui) override |
Protected Attributes | |
| float | x [2] = {NAN, NAN} |
| float | y [2] = {NAN, NAN} |
| float | z [2] = {NAN, NAN} |
| float | t [2] = {NAN, NAN} |
| PHG4HitDefs::keytype | hitid = ULONG_LONG_MAX |
| int | trackid = INT_MIN |
| int | showerid = INT_MIN |
| float | edep = NAN |
| prop_map_t | prop_map |
| container for additional property | |
Definition at line 15 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 15 of file PHG4Hitv1.h
|
protected |
storage types for additional property
Definition at line 117 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 117 of file PHG4Hitv1.h
|
protected |
Definition at line 119 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 119 of file PHG4Hitv1.h
|
protected |
Definition at line 118 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 118 of file PHG4Hitv1.h
|
default |
|
explicit |
Definition at line 14 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 14 of file PHG4Hitv1.cc
|
overridedefault |
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 37 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 37 of file PHG4Hitv1.cc
References PHG4HitDefs::hit_idbits.
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 29 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 29 of file PHG4Hitv1.h
References edep.
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 60 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 60 of file PHG4Hitv1.h
References get_property_float(), and PHG4Hit::prop_eion.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 30 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 30 of file PHG4Hitv1.h
References hitid.
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 76 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 76 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_hit_type.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 72 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 72 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_index_i.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 73 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 73 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_index_j.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 74 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 74 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_index_k.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 75 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 75 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_index_l.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 71 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 71 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_ladder_phi_index.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 70 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 70 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_ladder_z_index.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 64 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 64 of file PHG4Hitv1.h
References get_property_uint(), and PHG4Hit::prop_layer.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 61 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 61 of file PHG4Hitv1.h
References get_property_float(), and PHG4Hit::prop_light_yield.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 287 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 287 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 302 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 302 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 317 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 317 of file PHG4Hitv1.cc
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 63 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 63 of file PHG4Hitv1.h
References get_property_float(), and PHG4Hit::prop_path_length.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 83 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 83 of file PHG4Hitv1.cc
References PHG4Hitv1::u_property::fdata, i, and PHWHERE.
Referenced by get_eion(), get_light_yield(), get_path_length(), and get_raw_light_yield().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 101 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 101 of file PHG4Hitv1.cc
References i, PHG4Hitv1::u_property::idata, and PHWHERE.
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_sector(), get_strip_y_index(), and get_strip_z_index().
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Reimplemented from PHG4Hit.
Definition at line 179 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 179 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 119 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 119 of file PHG4Hitv1.cc
References i, PHWHERE, and PHG4Hitv1::u_property::uidata.
Referenced by get_layer().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 190 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 190 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 205 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 205 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 220 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 220 of file PHG4Hitv1.cc
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 62 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 62 of file PHG4Hitv1.h
References get_property_float(), and PHG4Hit::prop_raw_light_yield.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 66 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 66 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_row.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 65 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 65 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_scint_id.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 67 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 67 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_sector.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 32 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 32 of file PHG4Hitv1.h
References showerid.
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 69 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 69 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_strip_y_index.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 68 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 68 of file PHG4Hitv1.h
References get_property_int(), and PHG4Hit::prop_strip_z_index.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 28 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 28 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 33 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4Hitv1.h
References trackid.
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 25 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 25 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 26 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 26 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 27 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 27 of file PHG4Hitv1.h
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 76 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 76 of file PHG4Hitv1.cc
References i.
|
overridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHG4Hit.
Definition at line 383 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 383 of file PHG4Hitv1.cc
References i.
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 46 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 46 of file PHG4Hitv1.cc
References i, t, ambiguity_solver_full_chain::x, y, and physmon_track_finding_ttbar::z.
|
overridevirtual |
Clear Event.
Reimplemented from PHG4Hit.
Definition at line 20 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 20 of file PHG4Hitv1.cc
References i.
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 39 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 39 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 84 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 84 of file PHG4Hitv1.h
References PHG4Hit::prop_eion, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 40 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 40 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 100 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 100 of file PHG4Hitv1.h
References PHG4Hit::prop_hit_type, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 96 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 96 of file PHG4Hitv1.h
References PHG4Hit::prop_index_i, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 97 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 97 of file PHG4Hitv1.h
References PHG4Hit::prop_index_j, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 98 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 98 of file PHG4Hitv1.h
References PHG4Hit::prop_index_k, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 99 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 99 of file PHG4Hitv1.h
References PHG4Hit::prop_index_l, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 95 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 95 of file PHG4Hitv1.h
References PHG4Hit::prop_ladder_phi_index, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 94 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 94 of file PHG4Hitv1.h
References PHG4Hit::prop_ladder_z_index, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 88 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 88 of file PHG4Hitv1.h
References PHG4Hit::prop_layer, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 85 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 85 of file PHG4Hitv1.h
References PHG4Hit::prop_light_yield, and set_property().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 332 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 332 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 349 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 349 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 366 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 366 of file PHG4Hitv1.cc
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 87 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 87 of file PHG4Hitv1.h
References PHG4Hit::prop_path_length, and set_property().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 137 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 137 of file PHG4Hitv1.cc
References PHG4Hitv1::u_property::get_storage(), and PHWHERE.
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_path_length(), set_raw_light_yield(), set_row(), set_scint_id(), set_sector(), set_strip_y_index(), and set_strip_z_index().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 151 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 151 of file PHG4Hitv1.cc
References PHG4Hitv1::u_property::get_storage(), and PHWHERE.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 165 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 165 of file PHG4Hitv1.cc
References PHG4Hitv1::u_property::get_storage(), and PHWHERE.
Here is the call graph for this function:
|
inlineoverrideprotectedvirtual |
Reimplemented from PHG4Hit.
Definition at line 104 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 104 of file PHG4Hitv1.h
References prop_map.
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 235 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 235 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 252 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 252 of file PHG4Hitv1.cc
|
overridevirtual |
Reimplemented from PHG4Hit.
Definition at line 269 of file PHG4Hitv1.cc.
View newest version in sPHENIX GitHub at line 269 of file PHG4Hitv1.cc
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 86 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 86 of file PHG4Hitv1.h
References PHG4Hit::prop_raw_light_yield, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 90 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 90 of file PHG4Hitv1.h
References PHG4Hit::prop_row, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 89 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 89 of file PHG4Hitv1.h
References PHG4Hit::prop_scint_id, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 91 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 91 of file PHG4Hitv1.h
References PHG4Hit::prop_sector, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 41 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 41 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 93 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 93 of file PHG4Hitv1.h
References PHG4Hit::prop_strip_y_index, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 92 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 92 of file PHG4Hitv1.h
References PHG4Hit::prop_strip_z_index, and set_property().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 38 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 38 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 42 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 42 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 35 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 35 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 36 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4Hitv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Hit.
Definition at line 37 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4Hitv1.h
|
protected |
Definition at line 114 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 114 of file PHG4Hitv1.h
Referenced by get_edep(), and set_edep().
|
protected |
Definition at line 111 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 111 of file PHG4Hitv1.h
Referenced by get_hit_id(), and set_hit_id().
|
protected |
container for additional property
Definition at line 149 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 149 of file PHG4Hitv1.h
Referenced by set_property_nocheck().
|
protected |
Definition at line 113 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 113 of file PHG4Hitv1.h
Referenced by get_shower_id(), and set_shower_id().
|
protected |
Definition at line 110 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 110 of file PHG4Hitv1.h
|
protected |
Definition at line 112 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 112 of file PHG4Hitv1.h
Referenced by get_trkid(), and set_trkid().
|
protected |
Definition at line 107 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 107 of file PHG4Hitv1.h
|
protected |
Definition at line 108 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 108 of file PHG4Hitv1.h
|
protected |
Definition at line 109 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 109 of file PHG4Hitv1.h