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
SvtxVertex.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SvtxVertex.cc
1
#include "
SvtxVertex.h
"
2
3
SvtxVertex::TrackSet
DummyTrackSet
;
4
5
SvtxVertex::ConstTrackIter
SvtxVertex::begin_tracks
()
const
6
{
7
return
DummyTrackSet
.end();
8
}
9
10
SvtxVertex::ConstTrackIter
SvtxVertex::find_track
(
unsigned
int
/*trackid*/
)
const
11
{
12
return
DummyTrackSet
.end();
13
}
14
15
SvtxVertex::ConstTrackIter
SvtxVertex::end_tracks
()
const
16
{
17
return
DummyTrackSet
.end();
18
}
19
20
SvtxVertex::TrackIter
SvtxVertex::begin_tracks
()
21
{
22
return
DummyTrackSet
.end();
23
}
24
25
SvtxVertex::TrackIter
SvtxVertex::find_track
(
unsigned
int
/*trackid*/
)
26
{
27
return
DummyTrackSet
.end();
28
}
29
30
SvtxVertex::TrackIter
SvtxVertex::end_tracks
()
31
{
32
return
DummyTrackSet
.end();
33
}
coresoftware
blob
master
offline
packages
trackbase_historic
SvtxVertex.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration