4 : threshold_silicon_(conf.getParameter<double>(
"threshold_silicon")),
5 threshold_scintillator_(conf.getParameter<double>(
"threshold_scintillator")) {}
8 std::vector<l1t::HGCalTriggerCell>& trigCellVecOutput,
9 std::vector<l1t::HGCalTriggerCell>& trigCellVecNotSelected) {
10 for (
const auto& trigCell : trigCellVecInput) {
14 trigCellVecOutput.push_back(trigCell);
16 trigCellVecNotSelected.push_back(trigCell);