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
StSvtDaq.cc
1
/***************************************************************************
2
*
3
* $Id: StSvtDaq.cc,v 1.1 2004/01/30 00:13:03 munhoz Exp $
4
*
5
* Author: Marcelo Munhoz
6
***************************************************************************
7
*
8
* Description: SVT Daq Parameters
9
*
10
***************************************************************************
11
*
12
* $Log: StSvtDaq.cc,v $
13
* Revision 1.1 2004/01/30 00:13:03 munhoz
14
* daq parameters object
15
*
16
*
17
**************************************************************************/
19
// //
20
// This class represents the SVT Daq PArameters object. //
21
// //
23
24
25
#include "StSvtDaq.hh"
26
#include "StMessMgr.h"
27
28
ClassImp(
StSvtDaq
)
29
30
StSvtDaq
::
StSvtDaq
()
31
{}
32
33
StSvtDaq::~StSvtDaq()
34
{}
35
36
StSvtDaq::StSvtDaq(
const
StSvtDaq
& daqParam)
37
{}
38
39
StSvtDaq
& StSvtDaq::operator = (
const
StSvtDaq
& daqParam)
40
{
41
return
*
this
;
42
}
StSvtDaq
Definition:
StSvtDaq.hh:30
Generated by
1.8.5