4 : lsb_silicon_fC_(conf.getParameter<double>(
"siliconCellLSB_fC")),
5 lsb_scintillator_MIP_(conf.getParameter<double>(
"scintillatorCellLSB_MIP")) {
6 constexpr
unsigned nThickness = 3;
11 << nThickness <<
" (the number of sensor thicknesses)";
23 std::unordered_map<uint32_t, uint32_t>& triggercells) {
24 if (input_dataframes.empty())
27 for (
const auto& [cellid,
value] : input_dataframes) {
29 uint32_t value_zero_suppressed =
value;
37 if (value_zero_suppressed == 0)
42 triggercells.emplace(tcid, 0);
45 triggercells[tcid] += value_zero_suppressed;