4 : threshold_silicon_(conf.getParameter<double>(
"threshold_silicon")),
5 threshold_scintillator_(conf.getParameter<double>(
"threshold_scintillator")) {}
8 std::vector<l1t::HGCalTriggerCell>& trigCellVecOutput) {
9 for (
const auto& trigCell : trigCellVecInput) {
13 trigCellVecOutput.push_back(trigCell);
double threshold_silicon_
HGCalConcentratorThresholdImpl(const edm::ParameterSet &conf)
void select(const std::vector< l1t::HGCalTriggerCell > &trigCellVecInput, std::vector< l1t::HGCalTriggerCell > &trigCellVecOutput)
double threshold_scintillator_
HGCalTriggerTools triggerTools_