Skip to content

Commit

Permalink
Merge pull request #27545 from Dr15Jones/ubsanRPCTBMuon
Browse files Browse the repository at this point in the history
Initialize m_muonBitsType in RPCTBMuon's default ctr
  • Loading branch information
cmsbuild committed Jul 20, 2019
2 parents 0903734 + 8bd7a62 commit 3ad1d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions L1Trigger/RPCTrigger/src/RPCTBMuon.cc
Expand Up @@ -18,6 +18,8 @@ RPCTBMuon::RPCTBMuon() : RPCMuon() {

m_EtaAddress = 0;
m_PhiAddress = 0;

m_muonBitsType = mbtUnset;
}
//---------------------------------------------------------------------------
RPCTBMuon::RPCTBMuon(int ptCode, int quality, int sign, int patternNum, unsigned short firedPlanes)
Expand Down

0 comments on commit 3ad1d97

Please sign in to comment.