8 #include "GaudiKernel/SystemOfUnits.h"
15 : m_tgcReadoutIndex(tgcrindex),
16 m_signalType(sigtype), m_hitID(
id), m_hitToF(tof)
31 const char*
const strsig[3]= {
"N/A",
"Wire",
"Strip" };
34 std::cout <<
"::" << std::setw(9) << strsig[
m_signalType]
35 <<
":: ID=" << std::setw(3) <<
m_hitID
37 << std::setprecision(6) << std::endl;