19 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTInputEvent_h
20 #define L1TriggerGlobalMuonTrigger_L1MuGMTInputEvent_h
65 void setMipBit(
unsigned etaIndex,
unsigned phiIndex,
bool val) {
69 void setIsoBit(
unsigned etaIndex,
unsigned phiIndex,
bool val) {
92 const bool&
getMipBit(
unsigned etaIndex,
unsigned phiIndex) {
return m_mip_bits(etaIndex, phiIndex); };
93 const bool&
getIsoBit(
unsigned etaIndex,
unsigned phiIndex) {
return m_iso_bits(etaIndex, phiIndex); };