PixelGeoModel: Fix cppcheck warnings.
- Disable copy ctors/assignment for some classes that manage memory. - Pass class instances via const reference, not by value. - Prefer using an initialization list to initializing members in a ctor body. - Prefer preincrement to postincrement for iterators.
Showing
- InnerDetector/InDetDetDescr/PixelGeoModel/PixelGeoModel/IBLParameterSvc.h 2 additions, 2 deletions...DetDetDescr/PixelGeoModel/PixelGeoModel/IBLParameterSvc.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelLadder.h 2 additions, 0 deletions...Detector/InDetDetDescr/PixelGeoModel/src/GeoPixelLadder.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelLadderServices.h 2 additions, 0 deletions.../InDetDetDescr/PixelGeoModel/src/GeoPixelLadderServices.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelModule.h 2 additions, 0 deletions...Detector/InDetDetDescr/PixelGeoModel/src/GeoPixelModule.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelServices.cxx 4 additions, 2 deletions...ctor/InDetDetDescr/PixelGeoModel/src/GeoPixelServices.cxx
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelServices.h 2 additions, 0 deletions...tector/InDetDetDescr/PixelGeoModel/src/GeoPixelServices.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelStaveRing.cxx 9 additions, 10 deletions...tor/InDetDetDescr/PixelGeoModel/src/GeoPixelStaveRing.cxx
- InnerDetector/InDetDetDescr/PixelGeoModel/src/GeoPixelStaveRing.h 1 addition, 1 deletion...ector/InDetDetDescr/PixelGeoModel/src/GeoPixelStaveRing.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/PixelDetectorDC1DC2.h 8 additions, 0 deletions...tor/InDetDetDescr/PixelGeoModel/src/PixelDetectorDC1DC2.h
- InnerDetector/InDetDetDescr/PixelGeoModel/src/PixelLegacyManager.cxx 31 additions, 33 deletions...or/InDetDetDescr/PixelGeoModel/src/PixelLegacyManager.cxx
Loading
Please register or sign in to comment