Skip to content

Add atomic to counters of MuonSegmentMatchingTool

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

http://goetz.web.cern.ch/goetz/mutable_2019-06-10.html#Muon,MuGirl_Other

nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/MuonSegmentMatchingTool.h +94

    92	    ServiceHandle<MagField::IMagFieldSvc>                m_magFieldSvc; 
    93	
    94	    mutable unsigned int m_straightLineMatches;
    95	    mutable unsigned int m_straightLineMatchesGood;
    96	    mutable unsigned int m_overlapMatches;
nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/MuonSegmentMatchingTool.h +95

    93	
    94	    mutable unsigned int m_straightLineMatches;
    95	    mutable unsigned int m_straightLineMatchesGood;
    96	    mutable unsigned int m_overlapMatches;
    97	    mutable unsigned int m_overlapMatchesGood;
nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/MuonSegmentMatchingTool.h +96

    94	    mutable unsigned int m_straightLineMatches;
    95	    mutable unsigned int m_straightLineMatchesGood;
    96	    mutable unsigned int m_overlapMatches;
    97	    mutable unsigned int m_overlapMatchesGood;
    98	    mutable unsigned int m_curvedMatches;
nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/MuonSegmentMatchingTool.h +97

    95	    mutable unsigned int m_straightLineMatchesGood;
    96	    mutable unsigned int m_overlapMatches;
    97	    mutable unsigned int m_overlapMatchesGood;
    98	    mutable unsigned int m_curvedMatches;
    99	    mutable unsigned int m_curvedMatchesGood;
nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/MuonSegmentMatchingTool.h +98

    96	    mutable unsigned int m_overlapMatches;
    97	    mutable unsigned int m_overlapMatchesGood;
    98	    mutable unsigned int m_curvedMatches;
    99	    mutable unsigned int m_curvedMatchesGood;
   100	
nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerTools/MuonSegmentMatchingTools/src/MuonSegmentMatchingTool.h +99

    97	    mutable unsigned int m_overlapMatchesGood;
    98	    mutable unsigned int m_curvedMatches;
    99	    mutable unsigned int m_curvedMatchesGood;
   100	
   101	    bool m_isCosmics;

Merge request reports