Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:19:56

0001 #include "TruthVertexMap.h"
0002 
0003 class TruthVertex;
0004 
0005 TruthVertexMap::ConstIter TruthVertexMap::begin() const { return ConstIter(); }
0006 TruthVertexMap::ConstIter TruthVertexMap::find(unsigned int /*unused*/) const { return ConstIter(); }
0007 TruthVertexMap::ConstIter TruthVertexMap::end() const { return ConstIter(); }
0008 
0009 TruthVertexMap::Iter TruthVertexMap::begin() { return Iter(); }
0010 TruthVertexMap::Iter TruthVertexMap::find(unsigned int /*unused*/) { return Iter(); }
0011 TruthVertexMap::Iter TruthVertexMap::end() { return Iter(); }