ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
5
BbcVertexMap::ConstIter
BbcVertexMap::begin
()
const
6
{
7
return
DummyBbcVertexMap.end();
8
}
9
10
BbcVertexMap::ConstIter
BbcVertexMap::find
(
unsigned
int
/*idkey*/
)
const
11
{
12
return
DummyBbcVertexMap.end();
13
}
14
15
BbcVertexMap::ConstIter
BbcVertexMap::end
()
const
16
{
17
return
DummyBbcVertexMap.end();
18
}
19
20
21
BbcVertexMap::Iter
BbcVertexMap:: begin
()
22
{
23
return
DummyBbcVertexMap.end();
24
}
25
26
BbcVertexMap::Iter
BbcVertexMap::find
(
unsigned
int
/*idkey*/
)
27
{
28
return
DummyBbcVertexMap.end();
29
}
30
31
BbcVertexMap::Iter
BbcVertexMap::end
()
32
{
33
return
DummyBbcVertexMap.end();
34
}
coresoftware
blob
master
simulation
g4simulation
g4bbc
BbcVertexMap.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:40
using
1.8.2 with
ECCE GitHub integration