00001 00005 /*************************************************************************** 00006 * 00007 * $Id: StTptTrack.h,v 2.5 2009/11/23 16:34:07 fisyak Exp $ 00008 * 00009 * Author: Thomas Ullrich, Aug 2000 00010 *************************************************************************** 00011 * 00012 * Description: 00013 * 00014 *************************************************************************** 00015 * 00016 * $Log: StTptTrack.h,v $ 00017 * Revision 2.5 2009/11/23 16:34:07 fisyak 00018 * Cleanup, remove dependence on dst tables, clean up software monitors 00019 * 00020 * Revision 2.4 2004/07/15 16:36:25 ullrich 00021 * Removed all clone() declerations and definitions. Use StObject::clone() only. 00022 * 00023 * Revision 2.3 2002/02/22 22:56:52 jeromel 00024 * Doxygen basic documentation in all header files. None of this is required 00025 * for QM production. 00026 * 00027 * Revision 2.2 2001/03/24 03:34:59 perev 00028 * clone() -> clone() const 00029 * 00030 * Revision 2.1 2000/08/17 00:10:38 ullrich 00031 * Initial Revision. 00032 * 00033 **************************************************************************/ 00034 #ifndef StTptTrack_hh 00035 #define StTptTrack_hh 00036 00037 #include "StTrack.h" 00038 00039 class StTptTrack : public StTrack { 00040 public: 00041 StTptTrack(); 00042 ~StTptTrack(); 00043 00044 StTrackType type() const; 00045 const StVertex* vertex() const; 00046 00047 ClassDef(StTptTrack,1) 00048 }; 00049 #endif
1.5.9