32 produces<HGCalDigiCollection>(
"EE");
33 produces<HGCalDigiCollection>(
"HEfront");
34 produces<HGCalDigiCollection>(
"HEback");
46 auto out_ee = std::make_unique<HGCalDigiCollection>();
48 out_ee = std::make_unique<HGCalDigiCollection>(*(h_ee.
product()));
52 auto out_fh = std::make_unique<HGCalDigiCollection>();
54 out_fh = std::make_unique<HGCalDigiCollection>(*(h_fh.
product()));
58 auto out_bh = std::make_unique<HGCalDigiCollection>();
60 out_bh = std::make_unique<HGCalDigiCollection>(*(h_bh.
product()));
71 descriptions.
add(
"HGCalRawToDigiFake",
desc);
edm::EDGetTokenT< HGCalDigiCollection > tok_fh_
T const * product() const
edm::EDGetTokenT< HGCalDigiCollection > tok_bh_
HGCalRawToDigiFake(const edm::ParameterSet &)
#define DEFINE_FWK_MODULE(type)
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::EDGetTokenT< HGCalDigiCollection > tok_ee_
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)