Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:38

0001 #include "SvtxVertexMap.h"
0002 
0003 SvtxVertexMap::VertexMap DummyVertexMap;
0004 
0005 SvtxVertexMap::ConstIter SvtxVertexMap::begin() const
0006 {
0007   return DummyVertexMap.end();
0008 }
0009 
0010 SvtxVertexMap::ConstIter SvtxVertexMap::find(unsigned int /*idkey*/) const
0011 {
0012   return DummyVertexMap.end();
0013 }
0014 
0015 SvtxVertexMap::ConstIter SvtxVertexMap::end() const
0016 {
0017   return DummyVertexMap.end();
0018 }
0019 
0020 SvtxVertexMap::Iter SvtxVertexMap::begin()
0021 {
0022   return DummyVertexMap.end();
0023 }
0024 
0025 SvtxVertexMap::Iter SvtxVertexMap::find(unsigned int /*idkey*/)
0026 {
0027   return DummyVertexMap.end();
0028 }
0029 
0030 SvtxVertexMap::Iter SvtxVertexMap::end()
0031 {
0032   return DummyVertexMap.end();
0033 }