Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InttVertexMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file InttVertexMap.cc
1 #include "InttVertexMap.h"
2 
3 // class BbcVertex;
4 
5 std::map<unsigned int, InttVertex*> DummyInttVertexMap;
6 
8 {
9  return DummyInttVertexMap.end();
10 }
11 
12 InttVertexMap::ConstIter InttVertexMap::find(unsigned int /*idkey*/) const
13 {
14  return DummyInttVertexMap.end();
15 }
16 
18 {
19  return DummyInttVertexMap.end();
20 }
21 
23 {
24  return DummyInttVertexMap.end();
25 }
26 
28 {
29  return DummyInttVertexMap.end();
30 }
31 
33 {
34  return DummyInttVertexMap.end();
35 }