00001 #ifndef slowcontrolDataSet_h
00002 #define slowcontrolDataSet_h
00003 #include "St_DataSet.h"
00004
00005 class slowcontrolDataSet : public St_DataSet {
00006 public:
00007 slowcontrolDataSet(const Char_t *Name="SlowControl") : St_DataSet(Name) {}
00008 virtual ~slowcontrolDataSet(){}
00009
00010 double driftVelocity;
00011 double driftVoltage;
00012 double innerSectorAnodeVoltage;
00013 double innerSectorGatingGridV;
00014 double outerSectorAnodeVoltage;
00015 double outerSectorGatingGridV;
00016 double innerSectorGasGain;
00017 double innerSectorGasGainVzero;
00018 double innerSectorGasGainb;
00019 double outerSectorGasGain;
00020 double outerSectorGasGainVzero;
00021 double outerSectorGasGainb;
00022 double hallPressure;
00023 double hallTemperature;
00024 ClassDef(slowcontrolDataSet,1)
00025 };
00026 #endif