StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
slowcontrolDataSet.h
1 #ifndef slowcontrolDataSet_h
2 #define slowcontrolDataSet_h
3 #include "St_DataSet.h"
4 
5 class slowcontrolDataSet : public St_DataSet {
6  public:
7  slowcontrolDataSet(const Char_t *Name="SlowControl") : St_DataSet(Name) {}
8  virtual ~slowcontrolDataSet(){}
9 
10  double driftVelocity;
11  double driftVoltage;
12  double innerSectorAnodeVoltage;
13  double innerSectorGatingGridV;
14  double outerSectorAnodeVoltage;
15  double outerSectorGatingGridV;
16  double innerSectorGasGain;
17  double innerSectorGasGainVzero;
18  double innerSectorGasGainb;
19  double outerSectorGasGain;
20  double outerSectorGasGainVzero;
21  double outerSectorGasGainb;
22  double hallPressure;
23  double hallTemperature;
24  ClassDef(slowcontrolDataSet,1) //
25 };
26 #endif