EIC Software
Reference for
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
}
fun4all_coresoftware
blob
master
simulation
g4simulation
g4vertex
GlobalVertex.cc
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:51
using
1.8.2 with
EIC GitHub integration