17 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTInputEvent_h
18 #define L1TriggerGlobalMuonTrigger_L1MuGMTInputEvent_h
63 void setMipBit(
unsigned etaIndex,
unsigned phiIndex,
bool val) {
67 void setIsoBit(
unsigned etaIndex,
unsigned phiIndex,
bool val) {
90 const bool&
getMipBit(
unsigned etaIndex,
unsigned phiIndex) {
return m_mip_bits(etaIndex, phiIndex); };
91 const bool&
getIsoBit(
unsigned etaIndex,
unsigned phiIndex) {
return m_iso_bits(etaIndex, phiIndex); };
99 std::map<std::string, std::vector <L1MuRegionalCand> >
m_inputmuons;