Analysis Software
Documentation for sPHENIX simulation 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 std::map<GlobalVertex::VTXTYPE, GlobalVertex::VertexVector> dumVertexVector;
5 
7 {
8  return dumVertexVector.end();
9 }
11 {
12  return dumVertexVector.end();
13 }
15 {
16  return dumVertexVector.end();
17 }
19 {
20  return dumVertexVector.end();
21 }
23 {
24  return dumVertexVector.end();
25 }
27 {
28  return dumVertexVector.end();
29 }
31 {
32  return DummyGlobalVertex.end();
33 }
34 
36 {
37  return DummyGlobalVertex.end();
38 }
39 
41 {
42  return DummyGlobalVertex.end();
43 }
44 
46 {
47  return DummyGlobalVertex.end();
48 }
49 
51 {
52  return DummyGlobalVertex.end();
53 }
54 
56 {
57  return DummyGlobalVertex.end();
58 }