Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
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
globalvertex
SvtxVertexMap.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration