49 produces<l1t::HGCalTriggerCellBxCollection>(concentratorProcess_->name());
50 produces<l1t::HGCalTriggerSumsBxCollection>(concentratorProcess_->name());
51 produces<l1t::HGCalConcentratorDataBxCollection>(concentratorProcess_->name());
61 std::tuple<l1t::HGCalTriggerCellBxCollection, l1t::HGCalTriggerSumsBxCollection, l1t::HGCalConcentratorDataBxCollection>
70 e.
put(std::make_unique<l1t::HGCalTriggerCellBxCollection>(
std::move(std::get<0>(cc_output))),
72 e.
put(std::make_unique<l1t::HGCalTriggerSumsBxCollection>(
std::move(std::get<1>(cc_output))),
74 e.
put(std::make_unique<l1t::HGCalConcentratorDataBxCollection>(
std::move(std::get<2>(cc_output))),
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
BXVector< HGCalTriggerCell > HGCalTriggerCellBxCollection
void produce(edm::Event &, const edm::EventSetup &) override
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
std::unique_ptr< HGCalConcentratorProcessorBase > concentratorProcess_
edm::ESHandle< HGCalTriggerGeometryBase > triggerGeometry_
edm::EDGetToken input_sums_
BXVector< HGCalTriggerSums > HGCalTriggerSumsBxCollection
edm::EDGetToken input_cell_
~HGCalConcentratorProducer() override
ParameterSet const & getParameterSet(std::string const &) const
void beginRun(const edm::Run &, const edm::EventSetup &) override
T const * product() const
T getParameter(std::string const &) const
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
HGCalConcentratorProducer(const edm::ParameterSet &)
edm::ESGetToken< HGCalTriggerGeometryBase, CaloGeometryRecord > triggerGeomToken_