File indexing completed on 2025-08-05 08:18:10
0001 #include "PHG4Shower.h"
0002
0003 PHG4Shower::ParticleIdSet DummyParticleIdSet;
0004 PHG4Shower::VertexIdSet DummyVertexIdSet;
0005 PHG4Shower::HitIdMap DummyHitIdMap;
0006
0007 PHG4Shower::ParticleIdConstIter PHG4Shower::begin_g4particle_id() const
0008 {
0009 return DummyParticleIdSet.end();
0010 }
0011
0012 PHG4Shower::ParticleIdConstIter PHG4Shower::end_g4particle_id() const
0013 {
0014 return DummyParticleIdSet.end();
0015 }
0016
0017 PHG4Shower::ParticleIdIter PHG4Shower::begin_g4particle_id()
0018 {
0019 return DummyParticleIdSet.end();
0020 }
0021
0022 PHG4Shower::ParticleIdIter PHG4Shower::end_g4particle_id()
0023 {
0024 return DummyParticleIdSet.end();
0025 }
0026
0027 PHG4Shower::VertexIdConstIter PHG4Shower::begin_g4vertex_id() const
0028 {
0029 return DummyVertexIdSet.end();
0030 }
0031
0032 PHG4Shower::VertexIdConstIter PHG4Shower::end_g4vertex_id() const
0033 {
0034 return DummyVertexIdSet.end();
0035 }
0036
0037 PHG4Shower::VertexIdIter PHG4Shower::begin_g4vertex_id()
0038 {
0039 return DummyVertexIdSet.end();
0040 }
0041
0042 PHG4Shower::VertexIdIter PHG4Shower::end_g4vertex_id()
0043 {
0044 return DummyVertexIdSet.end();
0045 }
0046
0047 PHG4Shower::HitIdConstIter PHG4Shower::begin_g4hit_id() const
0048 {
0049 return DummyHitIdMap.end();
0050 }
0051
0052 PHG4Shower::HitIdConstIter PHG4Shower::find_g4hit_id(int ) const
0053 {
0054 return DummyHitIdMap.end();
0055 }
0056
0057 PHG4Shower::HitIdConstIter PHG4Shower::end_g4hit_id() const
0058 {
0059 return DummyHitIdMap.end();
0060 }
0061
0062 PHG4Shower::HitIdIter PHG4Shower::begin_g4hit_id()
0063 {
0064 return DummyHitIdMap.end();
0065 }
0066
0067 PHG4Shower::HitIdIter PHG4Shower::find_g4hit_id(int )
0068 {
0069 return DummyHitIdMap.end();
0070 }
0071
0072 PHG4Shower::HitIdIter PHG4Shower::end_g4hit_id()
0073 {
0074 return DummyHitIdMap.end();
0075 }