Diana Software
QChannelRunData.hh
Go to the documentation of this file.
1 #ifndef _Q_CHANNELRUNDATA_HH_
2 #define _Q_CHANNELRUNDATA_HH_
3 
12 #include "QObject.hh"
13 #include <string>
14 
15 class QChannelRunData : public Diana::QObject {
16 
17  public:
19  void Clear()
20  {
26  fIsBolometer = false;
27  fIsThermometer = false;
28  }
29 
31  double fADC2mV;
35  int fADCMax;
37  int fADCMin;
44  private:
45 
47 
48 };
49 
50 #endif
#define Q_DOUBLE_DEFAULT
Definition: QDiana.hh:24
#define Q_INT_DEFAULT
Definition: QDiana.hh:26
basic channel and run based info. Used in the QRunData object.
double fSamplingFrequency
sampling frequency in Hz
int fADCMin
ADC minimum in ADC units.
bool fIsThermometer
is thermometer
int fNumberOfSamples
number of samples in ADC window
int fADCMax
ADC maximum in ADC units.
QObjectDef(QChannelRunData, 5)
double fADC2mV
conversion: mV = ADC * fADC2mV
bool fIsBolometer
is bolometer
void Clear()
clear members