Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4Showerv1.h>
Public Member Functions | |
PHG4Showerv1 () | |
~PHG4Showerv1 () override | |
void | identify (std::ostream &os=std::cout) const override |
PHG4Shower * | CloneMe () const override |
Virtual copy constructor. | |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
int | get_id () const override |
void | set_id (int id) override |
int | get_parent_particle_id () const override |
void | set_parent_particle_id (int parent_particle_id) override |
int | get_parent_shower_id () const override |
void | set_parent_shower_id (int parent_shower_id) override |
float | get_x () const override |
void | set_x (float x) override |
float | get_y () const override |
void | set_y (float y) override |
float | get_z () const override |
void | set_z (float z) override |
float | get_position (unsigned int coor) const override |
void | set_position (unsigned int coor, float xi) override |
float | get_covar (unsigned int i, unsigned int j) const override |
void | set_covar (unsigned int i, unsigned int j, float entry) override |
unsigned int | get_nhits (int volume) const override |
void | set_nhits (int volume, unsigned int nhits) override |
double | get_edep () const override |
float | get_edep (int volume) const override |
void | set_edep (int volume, float edep) override |
double | get_eion () const override |
float | get_eion (int volume) const override |
void | set_eion (int volume, float eion) override |
float | get_light_yield (int volume) const override |
void | set_light_yield (int volume, float light_yield) override |
float | get_eh_ratio (int volume) const override |
void | set_eh_ratio (int volume, float eh_ratio) override |
bool | empty_g4particle_id () const override |
size_t | size_g4particle_id () const override |
void | add_g4particle_id (int id) override |
PHG4Shower::ParticleIdIter | begin_g4particle_id () override |
PHG4Shower::ParticleIdConstIter | begin_g4particle_id () const override |
PHG4Shower::ParticleIdIter | end_g4particle_id () override |
PHG4Shower::ParticleIdConstIter | end_g4particle_id () const override |
size_t | remove_g4particle_id (int id) override |
void | clear_g4particle_id () override |
const ParticleIdSet & | g4particle_ids () const override |
bool | empty_g4vertex_id () const override |
size_t | size_g4vertex_id () const override |
void | add_g4vertex_id (int id) override |
PHG4Shower::VertexIdIter | begin_g4vertex_id () override |
PHG4Shower::VertexIdConstIter | begin_g4vertex_id () const override |
PHG4Shower::VertexIdIter | end_g4vertex_id () override |
PHG4Shower::VertexIdConstIter | end_g4vertex_id () const override |
size_t | remove_g4vertex_id (int id) override |
void | clear_g4vertex_id () override |
const VertexIdSet & | g4vertex_ids () const override |
bool | empty_g4hit_id () const override |
size_t | size_g4hit_id () const override |
void | add_g4hit_id (int volume, PHG4HitDefs::keytype id) override |
PHG4Shower::HitIdIter | begin_g4hit_id () override |
PHG4Shower::HitIdConstIter | begin_g4hit_id () const override |
PHG4Shower::HitIdIter | find_g4hit_id (int volume) override |
PHG4Shower::HitIdConstIter | find_g4hit_id (int volume) const override |
PHG4Shower::HitIdIter | end_g4hit_id () override |
PHG4Shower::HitIdConstIter | end_g4hit_id () const override |
size_t | remove_g4hit_id (int volume, PHG4HitDefs::keytype id) override |
size_t | remove_g4hit_volume (int volume) override |
void | clear_g4hit_id () override |
const HitIdMap & | g4hit_ids () const override |
Public Member Functions inherited from PHG4Shower | |
~PHG4Shower () override | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Private Member Functions | |
unsigned int | covar_index (unsigned int i, unsigned int j) const |
ClassDefOverride (PHG4Showerv1, 1) | |
Private Attributes | |
int | _id |
int | _parent_particle_id |
int | _parent_shower_id |
float | _pos [3] |
float | _covar [6] |
std::map< int, unsigned int > | _nhits |
std::map< int, float > | _edep |
std::map< int, float > | _eion |
std::map< int, float > | _light_yield |
std::map< int, float > | _eh_ratio |
ParticleIdSet | _g4particle_ids |
VertexIdSet | _g4vertex_ids |
HitIdMap | _g4hit_ids |
Additional Inherited Members | |
Public Types inherited from PHG4Shower | |
typedef std::set< int > | ParticleIdSet |
typedef ParticleIdSet::iterator | ParticleIdIter |
typedef ParticleIdSet::const_iterator | ParticleIdConstIter |
typedef std::set< int > | VertexIdSet |
typedef VertexIdSet::iterator | VertexIdIter |
typedef VertexIdSet::const_iterator | VertexIdConstIter |
typedef std::map< int, std::set< PHG4HitDefs::keytype > > | HitIdMap |
typedef HitIdMap::iterator | HitIdIter |
typedef HitIdMap::const_iterator | HitIdConstIter |
Protected Member Functions inherited from PHG4Shower | |
PHG4Shower () | |
Definition at line 15 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 15 of file PHG4Showerv1.h
PHG4Showerv1::PHG4Showerv1 | ( | ) |
Definition at line 13 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 13 of file PHG4Showerv1.cc
References _covar, _pos, parse_cmake_options::begin, and end.
Referenced by CloneMe(), and Reset().
|
inlineoverride |
Definition at line 19 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 19 of file PHG4Showerv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 96 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 96 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 74 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 74 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 85 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 85 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 97 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 97 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 98 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 98 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 75 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 75 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 76 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 76 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 86 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 86 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 87 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 87 of file PHG4Showerv1.h
References _g4vertex_ids.
|
private |
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 105 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 105 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 80 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 80 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 91 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 91 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHG4Shower.
Definition at line 24 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 24 of file PHG4Showerv1.h
References PHG4Showerv1().
|
private |
Definition at line 122 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 122 of file PHG4Showerv1.cc
References swap().
Referenced by get_covar(), and set_covar().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 94 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 94 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 72 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 72 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 83 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 83 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 101 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 101 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 102 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 102 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 77 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 77 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 78 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 78 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 88 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 88 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 89 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 89 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 99 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 99 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 100 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 100 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Implements PHG4Shower.
Definition at line 106 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 106 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Implements PHG4Shower.
Definition at line 81 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 81 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Implements PHG4Shower.
Definition at line 92 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 92 of file PHG4Showerv1.h
References _g4vertex_ids.
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 117 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 117 of file PHG4Showerv1.cc
References _covar, and covar_index().
Referenced by identify(), and isValid().
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 147 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 147 of file PHG4Showerv1.cc
Referenced by identify().
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 138 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 138 of file PHG4Showerv1.cc
References _edep.
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 185 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 185 of file PHG4Showerv1.cc
References _eh_ratio.
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 166 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 166 of file PHG4Showerv1.cc
Referenced by identify().
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 157 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 157 of file PHG4Showerv1.cc
References _eion.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 30 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 30 of file PHG4Showerv1.h
References _id.
Referenced by identify().
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 176 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 176 of file PHG4Showerv1.cc
References _light_yield.
Referenced by identify().
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 129 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 129 of file PHG4Showerv1.cc
References _nhits.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 33 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4Showerv1.h
References _parent_particle_id.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 36 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4Showerv1.h
References _parent_shower_id.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 48 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 48 of file PHG4Showerv1.h
References _pos.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 39 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 39 of file PHG4Showerv1.h
References _pos.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 42 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 42 of file PHG4Showerv1.h
References _pos.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 45 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 45 of file PHG4Showerv1.h
References _pos.
Referenced by identify().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHG4Shower.
Definition at line 32 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 32 of file PHG4Showerv1.cc
References _edep, _g4hit_ids, _g4particle_ids, get_covar(), get_edep(), get_eion(), get_id(), get_light_yield(), get_parent_particle_id(), get_parent_shower_id(), get_x(), get_y(), and get_z().
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHG4Shower.
Definition at line 91 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 91 of file PHG4Showerv1.cc
References _id, _pos, get_covar(), i, and j.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 103 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 103 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 104 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 104 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 79 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 79 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 90 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 90 of file PHG4Showerv1.h
References _g4vertex_ids.
|
inlineoverridevirtual |
Clear Event.
Reimplemented from PHG4Shower.
Definition at line 25 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 25 of file PHG4Showerv1.h
References PHG4Showerv1().
|
overridevirtual |
Reimplemented from PHG4Shower.
Definition at line 111 of file PHG4Showerv1.cc.
View newest version in sPHENIX GitHub at line 111 of file PHG4Showerv1.cc
References _covar, covar_index(), and value.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 59 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 59 of file PHG4Showerv1.h
References _edep.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 69 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 69 of file PHG4Showerv1.h
References _eh_ratio.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 63 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 63 of file PHG4Showerv1.h
References _eion.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 31 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 31 of file PHG4Showerv1.h
References _id, and train_ambiguity_solver::id.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 66 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 66 of file PHG4Showerv1.h
References _light_yield.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 55 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 55 of file PHG4Showerv1.h
References _nhits.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 34 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 34 of file PHG4Showerv1.h
References _parent_particle_id.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 37 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4Showerv1.h
References _parent_shower_id.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 49 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 49 of file PHG4Showerv1.h
References _pos.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 40 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 40 of file PHG4Showerv1.h
References _pos, and ambiguity_solver_full_chain::x.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 43 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 43 of file PHG4Showerv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 46 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 46 of file PHG4Showerv1.h
References _pos, and physmon_track_finding_ttbar::z.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 95 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 95 of file PHG4Showerv1.h
References _g4hit_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 73 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 73 of file PHG4Showerv1.h
References _g4particle_ids.
|
inlineoverridevirtual |
Reimplemented from PHG4Shower.
Definition at line 84 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 84 of file PHG4Showerv1.h
References _g4vertex_ids.
|
private |
Definition at line 115 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 115 of file PHG4Showerv1.h
Referenced by get_covar(), PHG4Showerv1(), and set_covar().
|
private |
Definition at line 117 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 117 of file PHG4Showerv1.h
Referenced by get_edep(), identify(), and set_edep().
|
private |
Definition at line 120 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 120 of file PHG4Showerv1.h
Referenced by get_eh_ratio(), and set_eh_ratio().
|
private |
Definition at line 118 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 118 of file PHG4Showerv1.h
Referenced by get_eion(), and set_eion().
|
private |
Definition at line 125 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 125 of file PHG4Showerv1.h
Referenced by add_g4hit_id(), begin_g4hit_id(), clear_g4hit_id(), empty_g4hit_id(), end_g4hit_id(), find_g4hit_id(), g4hit_ids(), identify(), remove_g4hit_id(), remove_g4hit_volume(), and size_g4hit_id().
|
private |
Definition at line 123 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 123 of file PHG4Showerv1.h
Referenced by add_g4particle_id(), begin_g4particle_id(), clear_g4particle_id(), empty_g4particle_id(), end_g4particle_id(), g4particle_ids(), identify(), remove_g4particle_id(), and size_g4particle_id().
|
private |
Definition at line 124 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 124 of file PHG4Showerv1.h
Referenced by add_g4vertex_id(), begin_g4vertex_id(), clear_g4vertex_id(), empty_g4vertex_id(), end_g4vertex_id(), g4vertex_ids(), remove_g4vertex_id(), and size_g4vertex_id().
|
private |
Definition at line 111 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 111 of file PHG4Showerv1.h
|
private |
Definition at line 119 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 119 of file PHG4Showerv1.h
Referenced by get_light_yield(), and set_light_yield().
|
private |
Definition at line 116 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 116 of file PHG4Showerv1.h
Referenced by get_nhits(), and set_nhits().
|
private |
Definition at line 112 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 112 of file PHG4Showerv1.h
Referenced by get_parent_particle_id(), and set_parent_particle_id().
|
private |
Definition at line 113 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 113 of file PHG4Showerv1.h
Referenced by get_parent_shower_id(), and set_parent_shower_id().
|
private |
Definition at line 114 of file PHG4Showerv1.h.
View newest version in sPHENIX GitHub at line 114 of file PHG4Showerv1.h
Referenced by get_position(), get_x(), get_y(), get_z(), isValid(), PHG4Showerv1(), set_position(), set_x(), set_y(), and set_z().