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