StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTptTrack.cxx
1 /***************************************************************************
2  *
3  * $Id: StTptTrack.cxx,v 2.4 2009/11/23 16:34:07 fisyak Exp $
4  *
5  * Author: Thomas Ullrich, Aug 2000
6  ***************************************************************************
7  *
8  * Description:
9  *
10  ***************************************************************************
11  *
12  * $Log: StTptTrack.cxx,v $
13  * Revision 2.4 2009/11/23 16:34:07 fisyak
14  * Cleanup, remove dependence on dst tables, clean up software monitors
15  *
16  * Revision 2.3 2004/07/15 16:36:25 ullrich
17  * Removed all clone() declerations and definitions. Use StObject::clone() only.
18  *
19  * Revision 2.2 2001/03/24 03:34:59 perev
20  * clone() -> clone() const
21  *
22  * Revision 2.1 2000/08/17 00:10:34 ullrich
23  * Initial Revision.
24  *
25  **************************************************************************/
26 #include "StTptTrack.h"
27 #include "StVertex.h"
28 
29 ClassImp(StTptTrack)
30 
31 static const char rcsid[] = "$Id: StTptTrack.cxx,v 2.4 2009/11/23 16:34:07 fisyak Exp $";
32 
33 StTptTrack::StTptTrack() {/* noop */}
34 
35 StTptTrack::~StTptTrack() {/* noop */}
36 
37 StTrackType
38 StTptTrack::type() const { return tpt; }
39 
40 const StVertex*
41 StTptTrack::vertex() const { return 0; }