#include <L1TMuonEndCapShowerProducer.h>
◆ L1TMuonEndCapShowerProducer()
L1TMuonEndCapShowerProducer::L1TMuonEndCapShowerProducer |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
explicit |
Definition at line 4 of file L1TMuonEndCapShowerProducer.cc.
9 produces<l1t::RegionalMuonShowerBxCollection>(
"EMTF");
T getParameter(std::string const &) const
const edm::ParameterSet & config_
emtf::sector_array< SectorProcessorShower > sector_processors_shower_
edm::EDGetToken tokenCSCShower_
◆ ~L1TMuonEndCapShowerProducer()
L1TMuonEndCapShowerProducer::~L1TMuonEndCapShowerProducer |
( |
| ) |
|
|
override |
◆ fillDescriptions()
◆ produce()
Definition at line 14 of file L1TMuonEndCapShowerProducer.cc.
References config_, makeMuonMisalignmentScenario::endcap, iEvent, emtf::MAX_ENDCAP, emtf::MAX_TRIGSECTOR, emtf::MIN_ENDCAP, emtf::MIN_TRIGSECTOR, eostools::move(), edm::Handle< T >::product(), nano_mu_digi_cff::sector, sector_processors_shower_, and tokenCSCShower_.
16 auto out_showers = std::make_unique<l1t::RegionalMuonShowerBxCollection>();
18 out_showers->setBXRange(-2, 2);
T const * product() const
constexpr int MIN_TRIGSECTOR
const edm::ParameterSet & config_
emtf::sector_array< SectorProcessorShower > sector_processors_shower_
constexpr int MAX_TRIGSECTOR
edm::EDGetToken tokenCSCShower_
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...
◆ config_
◆ sector_processors_shower_
◆ tokenCSCShower_