Add atomic to mutable counters of TrackSelectionTool in InDetPhysValMonitoring
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
Activity
Filter activity
added InnerDetector master review-pending-level-1 labels
CI Result SUCCESSAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-24244-2019-06-17-14-39
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 401]added review-approved label and removed review-pending-level-1 label
mentioned in commit 5258dae2
added sweep:ignore label
Please register or sign in to reply