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