StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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 
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