12 adcNBits_(conf.getParameter<uint32_t>(
"adcNbits")),
15 toaLSBToNS_(conf.getParameter<double>(
"toaLSB_ns")),
20 c_LYSO_(conf.getParameter<double>(
"c_LYSO")) {}
51 std::pair<float, float>
amplitude(0., 0.);
52 std::pair<float, float>
time(0., 0.);
54 unsigned char flag = 0;
56 const auto& sampleLeft = dataFrame.
sample(0);
57 const auto& sampleRight = dataFrame.
sample(1);
61 if (sampleLeft.data() > 0) {
73 if (sampleRight.data() > 0) {
87 const std::array<double, 1> emptyV = {{0.}};
97 << sampleLeft.data() <<
", " << sampleRight.data() <<
" " <<
adcLSB_ <<
' '
99 LogDebug(
"BTLUncalibRecHit") <<
"TDC+: set the time to: (" <<
time.first <<
", " <<
time.second <<
") ("
100 << sampleLeft.toa() <<
", " << sampleRight.toa() <<
" " <<
toaLSBToNS_ <<
' '