ECCE @ EIC Software
 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 
4 
6 {
7  return DummyTrackSet.end();
8 }
9 
10 SvtxVertex::ConstTrackIter SvtxVertex::find_track(unsigned int /*trackid*/) const
11 {
12  return DummyTrackSet.end();
13 }
14 
16 {
17  return DummyTrackSet.end();
18 }
19 
21 {
22  return DummyTrackSet.end();
23 }
24 
26 {
27  return DummyTrackSet.end();
28 }
29 
31 {
32  return DummyTrackSet.end();
33 }