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
SvtxTrack.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SvtxTrack.cc
1
#include "
SvtxTrack.h
"
2
3
SvtxTrack::StateMap
DummyStateMap
;
4
SvtxTrack::ClusterSet
DummyClusterSet
;
5
SvtxTrack::ClusterKeySet
DummyClusterKeySet
;
6
SvtxTrack::HitIdMap
DummyHitIdMap
;
7
8
SvtxTrack::HitIdConstIter
SvtxTrack::begin_g4hit_id
()
const
9
{
10
return
DummyHitIdMap
.end();
11
}
12
13
SvtxTrack::HitIdConstIter
SvtxTrack::find_g4hit_id
(
int
/*volume*/
)
const
14
{
15
return
DummyHitIdMap
.end();
16
}
17
18
SvtxTrack::HitIdConstIter
SvtxTrack::end_g4hit_id
()
const
19
{
20
return
DummyHitIdMap
.end();
21
}
22
23
24
SvtxTrack::HitIdIter
SvtxTrack::begin_g4hit_id
()
25
{
26
return
DummyHitIdMap
.end();
27
}
28
29
SvtxTrack::HitIdIter
SvtxTrack::find_g4hit_id
(
int
/*volume*/
)
30
{
31
return
DummyHitIdMap
.end();
32
}
33
34
SvtxTrack::HitIdIter
SvtxTrack::end_g4hit_id
()
35
{
36
return
DummyHitIdMap
.end();
37
}
38
39
40
SvtxTrack::ConstStateIter
SvtxTrack::begin_states
()
const
41
{
42
return
DummyStateMap
.end();
43
}
44
45
SvtxTrack::ConstStateIter
SvtxTrack::find_state
(
float
/*pathlength*/
)
const
46
{
47
return
DummyStateMap
.end();
48
}
49
50
SvtxTrack::ConstStateIter
SvtxTrack::end_states
()
const
51
{
52
return
DummyStateMap
.end();
53
}
54
55
SvtxTrack::StateIter
SvtxTrack::begin_states
()
56
{
57
return
DummyStateMap
.end();
58
}
59
60
SvtxTrack::StateIter
SvtxTrack::find_state
(
float
/*pathlength*/
)
61
{
62
return
DummyStateMap
.end();
63
}
64
65
SvtxTrack::StateIter
SvtxTrack::end_states
()
66
{
67
return
DummyStateMap
.end();
68
}
69
70
SvtxTrack::ConstClusterIter
SvtxTrack::begin_clusters
()
const
71
{
72
return
DummyClusterSet
.end();
73
}
74
75
SvtxTrack::ConstClusterIter
SvtxTrack::find_cluster
(
unsigned
int
/*clusterid*/
)
const
76
{
77
return
DummyClusterSet
.end();
78
}
79
80
SvtxTrack::ConstClusterIter
SvtxTrack::end_clusters
()
const
81
{
82
return
DummyClusterSet
.end();
83
}
84
85
SvtxTrack::ClusterIter
SvtxTrack::begin_clusters
()
86
{
87
return
DummyClusterSet
.end();
88
}
89
90
SvtxTrack::ClusterIter
SvtxTrack::find_cluster
(
unsigned
int
/*clusterid*/
)
91
{
92
return
DummyClusterSet
.end();
93
}
94
95
SvtxTrack::ClusterIter
SvtxTrack::end_clusters
()
96
{
97
return
DummyClusterSet
.end();
98
}
99
100
SvtxTrack::ConstClusterKeyIter
SvtxTrack::find_cluster_key
(
TrkrDefs::cluskey
/*clusterid*/
)
const
101
{
102
return
DummyClusterKeySet
.end();
103
}
104
105
SvtxTrack::ConstClusterKeyIter
SvtxTrack::begin_cluster_keys
()
const
106
{
107
return
DummyClusterKeySet
.end();
108
}
109
110
SvtxTrack::ConstClusterKeyIter
SvtxTrack::end_cluster_keys
()
const
111
{
112
return
DummyClusterKeySet
.end();
113
}
114
115
116
SvtxTrack::ClusterKeyIter
SvtxTrack::begin_cluster_keys
()
117
{
118
return
DummyClusterKeySet
.end();
119
}
120
121
SvtxTrack::ClusterKeyIter
SvtxTrack::find_cluster_keys
(
unsigned
int
/*clusterid*/
)
122
{
123
return
DummyClusterKeySet
.end();
124
}
125
126
SvtxTrack::ClusterKeyIter
SvtxTrack::end_cluster_keys
()
127
{
128
return
DummyClusterKeySet
.end();
129
}
130
131
const
SvtxTrack::HitIdMap
&
SvtxTrack::g4hit_ids
()
const
132
{
133
return
DummyHitIdMap
;
134
}
coresoftware
blob
master
offline
packages
trackbase_historic
SvtxTrack.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration