// ----------------------------------------------------------------------------------- // ----- HadaqTdcMessage source file ----- // ----- ----- // ----- created by C. Simon on 2014-04-02 ----- // ----- ----- // ----- based on stream by S. Linev ----- // ----- https://subversion.gsi.de/go4/app/stream/framework/hadaq/TdcMessage.cxx ----- // ----- revision 1046, 2013-11-20 ----- // ----------------------------------------------------------------------------------- #include "HadaqTdcMessage.h" #include "TString.h" #include "FairLogger.h" UInt_t hadaq::TdcMessage::gFineMinValue = trbtdc::kuSimpleFineTimeMinValue; UInt_t hadaq::TdcMessage::gFineMaxValue = trbtdc::kuSimpleFineTimeMaxValue; void hadaq::TdcMessage::print(Double_t tm) { switch (getKind()) { case trbtdc::message_Reserved: LOG(DEBUG)<