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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
BbcVertex.h
BbcVertexFastSimReco.cc
BbcVertexFastSimReco.h
BbcVertexLinkDef.h
BbcVertexMap.cc
BbcVertexMap.h
BbcVertexMapLinkDef.h
BbcVertexMapv1.cc
BbcVertexMapv1.h
BbcVertexMapv1LinkDef.h
BbcVertexv1.cc
BbcVertexv1.h
BbcVertexv1LinkDef.h
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
BbcVertexMap.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file BbcVertexMap.cc
1
#include "
BbcVertexMap.h
"
2
3
std::map<unsigned int, BbcVertex*>
DummyBbcVertexMap
;
4
5
BbcVertexMap::ConstIter
BbcVertexMap::begin
()
const
6
{
7
return
DummyBbcVertexMap.end();
8
}
9
10
BbcVertexMap::ConstIter
BbcVertexMap::find
(
unsigned
int
/*idkey*/
)
const
11
{
12
return
DummyBbcVertexMap.end();
13
}
14
15
BbcVertexMap::ConstIter
BbcVertexMap::end
()
const
16
{
17
return
DummyBbcVertexMap.end();
18
}
19
20
21
BbcVertexMap::Iter
BbcVertexMap:: begin
()
22
{
23
return
DummyBbcVertexMap.end();
24
}
25
26
BbcVertexMap::Iter
BbcVertexMap::find
(
unsigned
int
/*idkey*/
)
27
{
28
return
DummyBbcVertexMap.end();
29
}
30
31
BbcVertexMap::Iter
BbcVertexMap::end
()
32
{
33
return
DummyBbcVertexMap.end();
34
}
coresoftware
blob
master
simulation
g4simulation
g4bbc
BbcVertexMap.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:40
using
1.8.2 with
ECCE GitHub integration