Diana Software
Public Member Functions | Public Attributes | Private Member Functions | List of all members
QChannelRunData Class Reference

basic channel and run based info. Used in the QRunData object. More...

Inheritance diagram for QChannelRunData:

Public Member Functions

void Clear ()
 clear members More...
 

Public Attributes

double fADC2mV
 conversion: mV = ADC * fADC2mV More...
 
double fSamplingFrequency
 sampling frequency in Hz More...
 
int fADCMax
 ADC maximum in ADC units. More...
 
int fADCMin
 ADC minimum in ADC units. More...
 
int fNumberOfSamples
 number of samples in ADC window More...
 
bool fIsBolometer
 is bolometer More...
 
bool fIsThermometer
 is thermometer More...
 

Private Member Functions

 QObjectDef (QChannelRunData, 5)
 

Detailed Description

basic channel and run based info. Used in the QRunData object.

Author
Marco Vignati
Examples
GlobalDataManagerExample.C, and ScanEvents.C.

Definition at line 15 of file QChannelRunData.hh.

Member Function Documentation

◆ Clear()

void QChannelRunData::Clear ( )
inline

◆ QObjectDef()

QChannelRunData::QObjectDef ( QChannelRunData  ,
 
)
private

Member Data Documentation

◆ fADC2mV

double QChannelRunData::fADC2mV

◆ fADCMax

int QChannelRunData::fADCMax

◆ fADCMin

int QChannelRunData::fADCMin

◆ fIsBolometer

bool QChannelRunData::fIsBolometer

◆ fIsThermometer

bool QChannelRunData::fIsThermometer

◆ fNumberOfSamples

int QChannelRunData::fNumberOfSamples

◆ fSamplingFrequency

double QChannelRunData::fSamplingFrequency

The documentation for this class was generated from the following file: