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
GlobalVertex.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file GlobalVertex.cc
1
#include "
GlobalVertex.h
"
2
3
std::map<GlobalVertex::VTXTYPE, unsigned int>
DummyGlobalVertex
;
4
5
GlobalVertex::ConstVtxIter
GlobalVertex::begin_vtxids
()
const
6
{
7
return
DummyGlobalVertex.end();
8
}
9
10
GlobalVertex::ConstVtxIter
GlobalVertex::find_vtxids
(
VTXTYPE
/*type*/
)
const
11
{
12
return
DummyGlobalVertex.end();
13
}
14
15
GlobalVertex::ConstVtxIter
GlobalVertex::end_vtxids
()
const
16
{
17
return
DummyGlobalVertex.end();
18
}
19
20
GlobalVertex::VtxIter
GlobalVertex::begin_vtxids
()
21
{
22
return
DummyGlobalVertex.end();
23
}
24
25
GlobalVertex::VtxIter
GlobalVertex::find_vtxids
(
VTXTYPE
/*type*/
)
26
{
27
return
DummyGlobalVertex.end();
28
}
29
30
GlobalVertex::VtxIter
GlobalVertex::end_vtxids
()
31
{
32
return
DummyGlobalVertex.end();
33
}
coresoftware
blob
master
simulation
g4simulation
g4vertex
GlobalVertex.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:45
using
1.8.2 with
ECCE GitHub integration