00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef STSVTDAQDATA_HH
00022 #define STSVTDAQDATA_HH
00023
00024 #include "StSvtClassLibrary/StSvtData.hh"
00025
00026 class StSvtHybridDaqData;
00027 class StSVTReader;
00028
00029 class StSvtDaqData: public StSvtData
00030 {
00031 public:
00032 StSvtDaqData();
00033 StSvtDaqData(const char* config, StSVTReader* reader=0, char* option = "ZS", int run=0, int event=0, int trigger=0);
00034 StSvtDaqData(StSvtConfig* config, StSVTReader* reader=0, char* option = "ZS", int run=0, int event=0, int trigger=0);
00035
00036 int setData(StSVTReader* reader, char* option = "ZS");
00037
00038 protected:
00039
00040 ClassDef(StSvtDaqData,1)
00041 };
00042
00043 #endif