Skip to content

Add atomic to mutable counters of TrackSelectionTool in InDetPhysValMonitoring

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

http://goetz.web.cern.ch/goetz/mutable_2019-06-10.html#Monitoring,Mon,DQ_Other

 nightly/master/2019-06-10T2153:InnerDetector/InDetValidation/InDetPhysValMonitoring/src/TrackSelectionTool.h +31


    29	  asg::AcceptInfo m_accept;
    30	  std::vector<std::pair<std::string, std::string> > m_cuts;
    31	  mutable ULong64_t m_numProcessed; // !< a counter of the number of tracks proccessed
    32	  mutable ULong64_t m_numPassed; // !< a counter of the number of tracks that passed all cuts
    33	  mutable std::vector<ULong64_t> m_numPassedCuts; // !< tracks the number of tracks that passed each cut family

nightly/master/2019-06-10T2153:InnerDetector/InDetValidation/InDetPhysValMonitoring/src/TrackSelectionTool.h +32


    30	  std::vector<std::pair<std::string, std::string> > m_cuts;
    31	  mutable ULong64_t m_numProcessed; // !< a counter of the number of tracks proccessed
    32	  mutable ULong64_t m_numPassed; // !< a counter of the number of tracks that passed all cuts
    33	  mutable std::vector<ULong64_t> m_numPassedCuts; // !< tracks the number of tracks that passed each cut family

Merge request reports