42 vfeProcess_ = std::unique_ptr<HGCalVFEProcessorBase>{
45 produces<l1t::HGCalTriggerCellBxCollection>(
vfeProcess_->name());
46 produces<l1t::HGCalTriggerSumsBxCollection>(
vfeProcess_->name());
56 auto vfe_trigcell_output = std::make_unique<l1t::HGCalTriggerCellBxCollection>();
57 auto vfe_trigsums_output = std::make_unique<l1t::HGCalTriggerSumsBxCollection>();
64 vfeProcess_->run(nose_digis, *vfe_trigcell_output, es);