EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GlobalVertexMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file GlobalVertexMap.cc
1 #include "GlobalVertexMap.h"
2 
3 std::map<unsigned int, GlobalVertex*> DummyGlobalVertexMap;
4 
6 {
7  return DummyGlobalVertexMap.end();
8 }
9 
11 {
12  return DummyGlobalVertexMap.end();
13 }
14 
16 {
17  return DummyGlobalVertexMap.end();
18 }
19 
21 {
22  return DummyGlobalVertexMap.end();
23 }
24 
26 {
27  return DummyGlobalVertexMap.end();
28 }
29 
31 {
32  return DummyGlobalVertexMap.end();
33 }
34