TrkDetDescrGeoModelCnv : clang-tidy related fixes
TrkDetDescrGeoModelCnv : clang-tidy related fixes
Most should be trivial
The ones that might not be 100% obvious relate to this
Tracking/TrkDetDescr/TrkDetDescrGeoModelCnv/src/GeoShapeConverter.cxx:307:55: warning: passing result of std::move() as a const reference argument; no move will actually happen [performance-move-const-arg]
307 | return std::make_unique<Volume>(makeTransform(std::move(totalTransform)), volBounds.release());