Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Vertex.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Vertex.cc
1 #include "Vertex.h"
2 
4 
6 {
7  return DummyTrackSet.end();
8 }
9 
10 Vertex::ConstTrackIter Vertex::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 
25 Vertex::TrackIter Vertex::find_track(unsigned int /*trackid*/)
26 {
27  return DummyTrackSet.end();
28 }
29 
31 {
32  return DummyTrackSet.end();
33 }