6 const std::vector<l1t::HGCalTriggerCell>& trigCellVecInput,
7 std::vector<l1t::HGCalTriggerSums>& trigSumsVecOutput)
const {
12 for (
const auto& trigCell : trigCellVecInput) {
15 ptsum += trigCell.pt();
16 mipptsum += trigCell.mipPt();
17 hwptsum += trigCell.hwPt();
19 if (!trigCellVecInput.empty()) {
25 ts.setDetId(module_id);
26 ts.setPosition(module_pos);
27 ts.setMipPt(mipptsum);
29 trigSumsVecOutput.push_back(ts);