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);
double threshold_silicon_
void select(const std::vector< l1t::HGCalTriggerCell > &trigCellVecInput, std::vector< l1t::HGCalTriggerCell > &trigCellVecOutput, std::vector< l1t::HGCalTriggerCell > &trigCellVecNotSelected)
HGCalConcentratorThresholdImpl(const edm::ParameterSet &conf)
double threshold_scintillator_
HGCalTriggerTools triggerTools_