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
PHG4ParticleSvtxMap.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4ParticleSvtxMap.cc
1
#include "
PHG4ParticleSvtxMap.h
"
2
3
PHG4ParticleSvtxMap::Map
DummyPHG4ParticleSvtxMap
;
4
PHG4ParticleSvtxMap::WeightedRecoTrackMap
emptyRecoMap
;
5
6
const
PHG4ParticleSvtxMap::WeightedRecoTrackMap
&
PHG4ParticleSvtxMap::get
(
const
int
)
const
7
{
8
return
emptyRecoMap
;
9
}
10
11
PHG4ParticleSvtxMap::WeightedRecoTrackMap
&
PHG4ParticleSvtxMap::get
(
const
int
)
12
{
13
return
emptyRecoMap
;
14
}
15
16
PHG4ParticleSvtxMap::WeightedRecoTrackMap
PHG4ParticleSvtxMap::insert
(
const
int
,
const
WeightedRecoTrackMap
)
17
{
18
return
emptyRecoMap
;
19
}
20
21
PHG4ParticleSvtxMap::ConstIter
PHG4ParticleSvtxMap::begin
()
const
22
{
23
return
DummyPHG4ParticleSvtxMap
.end();
24
}
25
26
PHG4ParticleSvtxMap::ConstIter
PHG4ParticleSvtxMap::find
(
const
int
)
const
27
{
28
return
DummyPHG4ParticleSvtxMap
.end();
29
}
30
31
PHG4ParticleSvtxMap::ConstIter
PHG4ParticleSvtxMap::end
()
const
32
{
33
return
DummyPHG4ParticleSvtxMap
.end();
34
}
35
36
37
PHG4ParticleSvtxMap::Iter
PHG4ParticleSvtxMap::begin
()
38
{
39
return
DummyPHG4ParticleSvtxMap
.end();
40
}
41
42
PHG4ParticleSvtxMap::Iter
PHG4ParticleSvtxMap::find
(
const
int
)
43
{
44
return
DummyPHG4ParticleSvtxMap
.end();
45
}
46
47
PHG4ParticleSvtxMap::Iter
PHG4ParticleSvtxMap::end
()
48
{
49
return
DummyPHG4ParticleSvtxMap
.end();
50
}
coresoftware
blob
master
offline
packages
trackbase_historic
PHG4ParticleSvtxMap.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration