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
StSvtHybridPed.cc
1
/***************************************************************************
2
*
3
* $Id: StSvtHybridPed.cc,v 1.1 2000/06/15 15:45:54 caines Exp $
4
*
5
* Author: Marcelo Munhoz
6
***************************************************************************
7
*
8
* Description: SVT Hybrid Pedestal class
9
*
10
***************************************************************************
11
*
12
* $Log: StSvtHybridPed.cc,v $
13
* Revision 1.1 2000/06/15 15:45:54 caines
14
* Add Pedestal Class for SVT
15
*
16
**************************************************************************/
18
// //
19
// This is the class containing the pedestals of each hybrid. //
20
// //
22
23
#include "StSvtHybridPed.hh"
24
25
ClassImp(
StSvtHybridPed
)
26
27
StSvtHybridPed
::
StSvtHybridPed
() :
28
StSvtHybridPixels
()
29
{}
30
31
StSvtHybridPed::StSvtHybridPed(
int
barrel,
int
ladder,
int
wafer,
int
hybrid, pedestalType type) :
32
StSvtHybridPixels
(barrel, ladder, wafer, hybrid)
33
{
34
mType = type;
35
}
36
StSvtHybridPixels
Definition:
StSvtHybridPixels.hh:27
StSvtHybridPed
Definition:
StSvtHybridPed.hh:27
Generated by
1.8.5