Skip to content

Fix constness issues of RpcROD_Decoder

Susumu Oda requested to merge oda/athena:master-RpcROD_Decoder into master

Remove unused m_RPCcheckform and make m_previous a local variable in RpcROD_Decoder.

http://goetz.web.cern.ch/goetz/mutable_2019-09-08.html#Cnv_Muon

 nightly/master/2019-09-08T2131:MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcROD_Decoder.h +124
b90bd3112356741ca2bacb1fe18a2baedf845a2c	2019-09-01_T1244	Susumu Oda	Remove unnecessary StoreGateSvc
0e42c63c0cf4001f95cd98357d6c359663eb261b	2019-08-11_T1930	Susumu Oda	Partly fix constness violations of RpcROD_Decoder
6c73c628f9a81b45be732634dc8e621146297b26	2019-04-29_T1202	Adam Edward Barton	Rename IDC::tryFetch to tryAddFromCache
0572ff0c07d40189b3990a0d130cbae5fb9e184e	2019-04-03_T1745	scott snyder	MuonRPC_CnvTools: Fix clang warnings.
3b768443550c47f3d812b16601f09566e2609224	2019-03-19_T1412	Ian Connelly	Updating the for loops to use range based
6136df6a9338bf217096b5392c3f4b9f1406919d	2019-03-12_T1735	Ian Connelly	Using tryFetch method to query the container cache in order to allow a map of undecoded collections to be created
c73b607dae2d15f2d9085b21f6ecd5ba59f545dc	2019-03-08_T1643	Ian Connelly	WIP for debugging RPC changes
342deef2163cafe2da462e3f5584de9ad2cf29ba	2019-02-28_T1649	Ian Connelly	Adding update for cache container in one of the ROD decoders. Need to test with cache on, without cache, seems to run


   122	    
   123	    //====LBTAG==== Added 02112008 for buffer format check
   124	    mutable int m_previous;
   125	    int m_printerror;
   126	    mutable bool m_RPCcheckform[13];

nightly/master/2019-09-08T2131:MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcROD_Decoder.h +126
b90bd3112356741ca2bacb1fe18a2baedf845a2c	2019-09-01_T1244	Susumu Oda	Remove unnecessary StoreGateSvc
0e42c63c0cf4001f95cd98357d6c359663eb261b	2019-08-11_T1930	Susumu Oda	Partly fix constness violations of RpcROD_Decoder
6c73c628f9a81b45be732634dc8e621146297b26	2019-04-29_T1202	Adam Edward Barton	Rename IDC::tryFetch to tryAddFromCache
0572ff0c07d40189b3990a0d130cbae5fb9e184e	2019-04-03_T1745	scott snyder	MuonRPC_CnvTools: Fix clang warnings.
3b768443550c47f3d812b16601f09566e2609224	2019-03-19_T1412	Ian Connelly	Updating the for loops to use range based
6136df6a9338bf217096b5392c3f4b9f1406919d	2019-03-12_T1735	Ian Connelly	Using tryFetch method to query the container cache in order to allow a map of undecoded collections to be created
c73b607dae2d15f2d9085b21f6ecd5ba59f545dc	2019-03-08_T1643	Ian Connelly	WIP for debugging RPC changes
342deef2163cafe2da462e3f5584de9ad2cf29ba	2019-02-28_T1649	Ian Connelly	Adding update for cache container in one of the ROD decoders. Need to test with cache on, without cache, seems to run


   124	    mutable int m_previous;
   125	    int m_printerror;
   126	    mutable bool m_RPCcheckform[13];
   127	    mutable std::atomic_int  m_RPCcheckfail[13];
   128	    IntegerProperty m_maxprinterror;

Merge request reports