1 #ifndef L1Trigger_L1TMuonEndCap_SectorProcessorShower_h 2 #define L1Trigger_L1TMuonEndCap_SectorProcessorShower_h 33 int get_index_shower(
int tp_endcap,
int tp_sector,
int tp_subsector,
int tp_station,
int tp_csc_ID)
const;
bool enableTwoLooseShowers_
void process(const CSCShowerDigiCollection &showers, l1t::RegionalMuonShowerBxCollection &out_showers) const
bool enableOneNominalShower_
bool enableOneTightShower_
void configure(const edm::ParameterSet &, int endcap, int sector)
bool enableOneLooseShower_
int get_index_shower(int tp_endcap, int tp_sector, int tp_subsector, int tp_station, int tp_csc_ID) const
bool is_in_sector_csc(int tp_endcap, int tp_sector) const
int select_shower(const CSCDetId &, const CSCShowerDigi &) const
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...