44 vfeProcess_ = std::unique_ptr<HGCalVFEProcessorBase>{
47 produces<l1t::HGCalTriggerCellBxCollection>(
vfeProcess_->name());
48 produces<l1t::HGCalTriggerSumsBxCollection>(
vfeProcess_->name());
58 auto vfe_trigcell_output = std::make_unique<l1t::HGCalTriggerCellBxCollection>();
59 auto vfe_trigsums_output = std::make_unique<l1t::HGCalTriggerSumsBxCollection>();
73 vfeProcess_->run(ee_digis, *vfe_trigcell_output, es);
78 vfeProcess_->run(fh_digis, *vfe_trigcell_output, es);
83 vfeProcess_->run(bh_digis, *vfe_trigcell_output, es);