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