9 eventID_ = (ld[0] >> 32) & 0x00FFFFFFULL;
46 stream <<
"----------------------------------------" << std::endl;
47 stream <<
"Dumping LTC digi. " << std::endl;
59 stream <<
"Trigger Bits(0-5):";
60 for (
int i = 0;
i < 6; ++
i) {
73 stream <<
"++++++++++++++++++++++++++++++++++++++++" << std::endl;
75 stream <<
"Raw Data" << std::endl;
79 stream <<
"----------------------------------------" << std::endl;
88 time_t tsmall =
t / 1000000;
89 tm *utct = gmtime(&tsmall);
91 tstr += asctime(utct);
92 tstr.replace(tstr.find(
'\n'), tstr.size(),
"");
98 time_t tsmall =
t / 1000000;
101 a.replace(
a.find(
'\n'),
a.size(),
"");