Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Merge requests
!29877
TrkGeometry: Change to passing by const ref where applicable, use nullptr rather than 0.
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:TrkGeometry_tidy_1
into
master
Jan 28, 2020
Overview
10
Commits
5
Pipelines
2
Changes
70
TrkGeometry:
Change to passing by const ref where applicable
Use nullptr rather than 0.
Use empty() rather than size()
Remove un-needed const in return arguments.