View implementation with extra debugging information
I've added some detailed debugging tools to the event view implementation, but since these have a performance impact I'm moving this code to a separate implementation of the class.
The code can be activated by changing the PIMPL in SG::View, but the default is left unchanged.
Merge request reports
Activity
added Core label
added 2 commits
added 539 commits
-
4c73e407...6aa8c679 - 537 commits from branch
atlas:master
- 9c29fed1 - Merge branch 'master' of https://gitlab.cern.ch/atlas/athena into DebugViewImpl
- 6032732e - Get the Athena message service
-
4c73e407...6aa8c679 - 537 commits from branch
added 1 commit
- 5b324311 - Final messages. Commenting and tidying. Switched default to SimpleView
added Trigger label
added master review-pending-level-1 labels
CI Result SUCCESS (hash 5b324311)Athena AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
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 10699]- Resolved by Benjamin Michael Wynne
If I understand correctly implementations in DebugView are identical module debug messaging. Can you inherit from SimpleView and call implementations from SimpleView? Cheers, Tomasz
added 1 commit
- 4d242329 - Made DebugView a child class of SimpleView, rather than a re-implementation