Skip to content

Add atomic to counters of MuonTrackSelectorTool

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

Add atomic to counters of MuonTrackSelectorTool

http://goetz.web.cern.ch/goetz/mutable_2019-06-10.html#Trigger

 nightly/master/2019-06-10T2153:MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerTools/MuonTrackFinderTools/src/MuonTrackSelectorTool.h +136


   134	    mutable unsigned int m_failedTwoStationsMaxHoleCut;
   135	    mutable unsigned int m_failedTwoStationsGoodStationCut;
   136	    mutable unsigned int m_failedTriggerStationCut;
   137	    mutable unsigned int m_failedMaxMDTHoleCut;
   138	    mutable unsigned int m_failedMaxHoleCut;
Edited by Susumu Oda

Merge request reports