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