StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSvtT0.cc
1 /***************************************************************************
2  *
3  * $Id: StSvtT0.cc,v 1.1 2003/04/14 15:48:19 munhoz Exp $
4  *
5  * Author: Marcelo Munhoz
6  ***************************************************************************
7  *
8  * Description: SVT t0
9  *
10  ***************************************************************************
11  *
12  * $Log: StSvtT0.cc,v $
13  * Revision 1.1 2003/04/14 15:48:19 munhoz
14  * adding t0 object
15  *
16  *
17  **************************************************************************/
19 // //
20 // This class represents the SVT t0 object. //
21 // //
23 
24 #include "StSvtT0.hh"
25 #include "StMessMgr.h"
26 
27 ClassImp(StSvtT0)
28 
30 {}
31 
32 StSvtT0::~StSvtT0()
33 {}
34 
35 StSvtT0::StSvtT0(const StSvtT0& geom)
36 {}
37 
38 StSvtT0& StSvtT0::operator = (const StSvtT0& geom)
39 {
40  return *this;
41 }