StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSvtHybridDaqData.hh
1 /***************************************************************************
2  *
3  * $Id: StSvtHybridDaqData.hh,v 1.1 2000/06/13 20:42:06 caines Exp $
4  *
5  * Author: Marcelo Munhoz
6  ***************************************************************************
7  *
8  * Description: SVT Hybrid Data BASE class
9  *
10  ***************************************************************************
11  *
12  * $Log: StSvtHybridDaqData.hh,v $
13  * Revision 1.1 2000/06/13 20:42:06 caines
14  * StRoot/StSvtDaqMaker
15  *
16  **************************************************************************/
17 
18 #ifndef STSVTHYBRIDDAQDATA_HH
19 #define STSVTHYBRIDDAQDATA_HH
20 
21 #include "StSvtClassLibrary/StSvtHybridData.hh"
22 
23 class StSVTReader;
24 
26 {
27 public:
28  StSvtHybridDaqData(int barrel, int ladder, int wafer, int hybrid, StSVTReader* reader=0, const char* option="ZS");
29 
30  int setHybridData(StSVTReader* reader, const char* option = "ZS");
31 
32 protected:
33 
34  ClassDef(StSvtHybridDaqData,1)
35 };
36 
37 #endif