EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SvtxVertexMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SvtxVertexMap.cc
1 #include "SvtxVertexMap.h"
2 
4 
6 {
7  return DummyVertexMap.end();
8 }
9 
10 SvtxVertexMap::ConstIter SvtxVertexMap::find(unsigned int /*idkey*/) const
11 {
12  return DummyVertexMap.end();
13 }
14 
16 {
17  return DummyVertexMap.end();
18 }
19 
20 
22 {
23  return DummyVertexMap.end();
24 }
25 
27 {
28  return DummyVertexMap.end();
29 }
30 
32 {
33  return DummyVertexMap.end();
34 }
35