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);