//*-- AUTHOR : Ilse Koenig //*-- Created : 04/09/2004 by Ilse Koenig //_HADES_CLASS_DESCRIPTION ////////////////////////////////////////////////////////////////////////////// // // HOraSlowChanMeta // // Class for the slowcontrol meta data of a channel // ////////////////////////////////////////////////////////////////////////////// #include "horaslowchanmeta.h" ClassImp(HOraSlowChanMeta) HOraSlowChanMeta::HOraSlowChanMeta() { // Default constructor clear(); } void HOraSlowChanMeta::clear() { // Clears the data lowGraphLimit=highGraphLimit=lowWarnLimit=highWarnLimit=lowAlarmLimit=highAlarmLimit=0.; units=""; precision=0; startTime=""; } void HOraSlowChanMeta::print() { // Prints the data to stdout cout<<"Start Time: "<