StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StSvtClassLibrary
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
29
StSvtT0
::
StSvtT0
() :
StObject
()
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
}
StSvtT0
Definition:
StSvtT0.hh:29
StObject
Definition:
StObject.h:54
Generated by
1.8.5