Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-10-17 08:19:38

0001 #include "TruthVertexMap.h"
0002 
0003 class TruthVertex;
0004 
0005 TruthVertexMap::ConstIter TruthVertexMap::begin() const { return ConstIter(); }
0006 TruthVertexMap::ConstIter TruthVertexMap::find(unsigned int) 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) { return Iter(); }
0011 TruthVertexMap::Iter TruthVertexMap::end() { return Iter(); }