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
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
3
SvtxVertexMap::VertexMap
DummyVertexMap
;
4
5
SvtxVertexMap::ConstIter
SvtxVertexMap::begin
()
const
6
{
7
return
DummyVertexMap
.end();
8
}
9
10
SvtxVertexMap::ConstIter
SvtxVertexMap::find
(
unsigned
int
/*idkey*/
)
const
11
{
12
return
DummyVertexMap
.end();
13
}
14
15
SvtxVertexMap::ConstIter
SvtxVertexMap::end
()
const
16
{
17
return
DummyVertexMap
.end();
18
}
19
20
21
SvtxVertexMap::Iter
SvtxVertexMap::begin
()
22
{
23
return
DummyVertexMap
.end();
24
}
25
26
SvtxVertexMap::Iter
SvtxVertexMap::find
(
unsigned
int
/*idkey*/
)
27
{
28
return
DummyVertexMap
.end();
29
}
30
31
SvtxVertexMap::Iter
SvtxVertexMap::end
()
32
{
33
return
DummyVertexMap
.end();
34
}
35
coresoftware
blob
master
offline
packages
trackbase_historic
SvtxVertexMap.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration