4 : thickness_corrections_(conf.getParameter<
std::vector<double>>(
"ThicknessCorrections")),
5 lsb_silicon_fC_(conf.getParameter<double>(
"siliconCellLSB_fC")),
6 lsb_scintillator_MIP_(conf.getParameter<double>(
"scintillatorCellLSB_MIP")) {
7 const unsigned nThickness = 3;
11 <<
" (the number of sensor thicknesses)";
17 << nThickness <<
" (the number of sensor thicknesses)";
29 const std::vector<std::pair<DetId, uint32_t>>& linearized_dataframes,
30 std::unordered_map<uint32_t, uint32_t>&
payload) {
31 if (linearized_dataframes.empty())
34 for (
const auto&
frame : linearized_dataframes) {
50 uint32_t tcid =
geometry.getTriggerCellFromCell(cellid);