7 sector_processors_shower_() {
9 produces<l1t::RegionalMuonShowerBxCollection>(
"EMTF");
16 auto out_showers = std::make_unique<l1t::RegionalMuonShowerBxCollection>();
18 out_showers->setBXRange(-2, 2);
44 desc.add<
bool>(
"enableOneLooseShower",
true);
45 desc.add<
bool>(
"enableOneNominalShower",
true);
46 desc.add<
bool>(
"enableOneTightShower",
true);
47 desc.add<
bool>(
"enableTwoLooseShowers",
false);
49 descriptions.
add(
"simEmtfShowersDef",
desc);
50 descriptions.
setComment(
"This is the generic cfi file for the EMTF shower producer");
T const * product() const
L1TMuonEndCapShowerProducer(const edm::ParameterSet &)
constexpr int MIN_TRIGSECTOR
const edm::ParameterSet & config_
#define DEFINE_FWK_MODULE(type)
~L1TMuonEndCapShowerProducer() override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void setComment(std::string const &value)
emtf::sector_array< SectorProcessorShower > sector_processors_shower_
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void produce(edm::Event &, const edm::EventSetup &) override
constexpr int MAX_TRIGSECTOR
edm::EDGetToken tokenCSCShower_
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...