Skip to content

Fix constness violations in MuonCablingServers

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

http://goetz.web.cern.ch/goetz/mutable_2019-07-13.html#Muon,MuGirl_Other

nightly/master/2019-07-13T2149:MuonSpectrometer/MuonCablings/MuonCablingServers/MuonCablingServers/RPCcablingServerSvc.h +23

    21	{
    22	    private:
    23	    mutable BooleanProperty m_atlas;
    24	    mutable bool  m_tagsCompared;
    25	    bool m_forcedUse;
nightly/master/2019-07-13T2149:MuonSpectrometer/MuonCablings/MuonCablingServers/MuonCablingServers/RPCcablingServerSvc.h +24

    22	    private:
    23	    mutable BooleanProperty m_atlas;
    24	    mutable bool  m_tagsCompared;
    25	    bool m_forcedUse;
    26	    BooleanProperty m_useMuonRPC_CablingSvc;
nightly/master/2019-07-13T2149:MuonSpectrometer/MuonCablings/MuonCablingServers/MuonCablingServers/TGCcablingServerSvc.h +21

    19	   private:
    20	  //    mutable bool m_atlas;
    21	    mutable BooleanProperty m_atlas;
    22	    StoreGateSvc* m_pDetStore;        // The Transient Detector Store Service
    23	    ITagInfoMgr*  m_tagInfoMgr;                   // Tag Info Manager

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports