Skip to content

22.0-cppcheck-TileGeoG4Calib

Shaun Roe requested to merge sroe/athena:22.0-cppcheck-TileGeoG4Calib into master

Fix cppcheck warnings, although two were false positives, took advantage of this review to create vectors on the stack instead of 'new' arrays on the heap (thereby removing necessity to delete)

Merge request reports