38 virtual void Dump(std::ostream& o)
const ;
QChannelRunData chanRunData
class wrapper to DetectorName_
basic channel and run based info. Used in the QRunData object.
error class with error type and description
std::map< int, QChannelRunData * > fChannelsRunData_ptr
channel based quantities
time_t fStartDate
StartTime.
RunType fSourceType
Detector name.
virtual void Clear()
Clear members.
QRunData & operator=(const QRunData &other)
const std::map< int, QChannelRunData * > & GetChannelsRunData() const
get channel based run data quantities
virtual void Dump(std::ostream &o) const
dump object to stream
std::vector< int > fThermalDetectorChannels
Thermal detector channels: union of fBolometerChannels and fThermometerChannels.
time_t fStopDate
StopTime.
const QChannelRunData & GetChannelRunData(const int channel) const
get channel based run data quantities
time_t fDuration
Duration.
std::vector< int > fBolometerChannels
Bolometers channels (thermistors glued to a crystal)
DetectorName fDetector
Source Run Number.
virtual QError ReadFromStream(std::istream &ob)
Read object from stream.
void SetChannelRunData(const int channel, const QChannelRunData &chanRunData)
set channel based run data quantities
virtual QError WriteOnStream(std::ostream &o) const
Write object on stream.
std::vector< int > fThermometerChannels
Thermometers channels (thermistors not glued to a crystal)
class wrapper to RunType_