TrackSlimmingTool: allows slim/skim non const Trk::Track directly
The interface allows for the following
-
slimTrack
we can do whatever we want to a non-const track.( Still a bit less efficient than it should but this is the best I could come up with currentTrk::Track
design). -
slimCopy
. For a const track is fine to make a copy and then slim the copy and return it -
slim
This is not MT safe, the reason being that setting hints in reality changes information that ,for now at least, is actually attached to the const TrackStateOnSurfaces which are attached to a const Track.
Mentioning @ssnyder
I also try to use this in the EMBremCollectionBuilder , i.e slim the non const Tracks we create there, so mentioning also @amorley
Merge request reports
Activity
added Egamma InnerDetector Reconstruction Tracking master review-pending-level-1 labels
mentioned in merge request !33630 (merged)
CI Result SUCCESS (hash f2553137)Athena AthSimulation AnalysisBase AthGeneration 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
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 15434] CI Result SUCCESS (hash bc0706a4)Athena AthSimulation AnalysisBase AthGeneration 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
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 15436] CI Result SUCCESS (hash aba42e14)Athena AthSimulation AnalysisBase AthGeneration 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
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 15449]added review-pending-level-2 label and removed review-pending-level-1 label
added review-approved label and removed review-pending-level-2 label
mentioned in commit 0e18a4b3
added sweep:ignore label