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
MbdVertexMap.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MbdVertexMap.cc
1
#include "
MbdVertexMap.h
"
2
3
class
MbdVertex
;
4
5
std::map<unsigned int, MbdVertex*>
DummyMbdVertexMap
;
6
7
MbdVertexMap::ConstIter
MbdVertexMap::begin
()
const
8
{
9
return
DummyMbdVertexMap.end();
10
}
11
12
MbdVertexMap::ConstIter
MbdVertexMap::find
(
unsigned
int
/*idkey*/
)
const
13
{
14
return
DummyMbdVertexMap.end();
15
}
16
17
MbdVertexMap::ConstIter
MbdVertexMap::end
()
const
18
{
19
return
DummyMbdVertexMap.end();
20
}
21
22
MbdVertexMap::Iter
MbdVertexMap::begin
()
23
{
24
return
DummyMbdVertexMap.end();
25
}
26
27
MbdVertexMap::Iter
MbdVertexMap::find
(
unsigned
int
/*idkey*/
)
28
{
29
return
DummyMbdVertexMap.end();
30
}
31
32
MbdVertexMap::Iter
MbdVertexMap::end
()
33
{
34
return
DummyMbdVertexMap.end();
35
}
coresoftware
blob
master
offline
packages
globalvertex
MbdVertexMap.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration