Saved histograms in array instead of using individual pointers
The histograms of the holder classes are now maintained by the std::array object (this is a pre-step before changing the array to hold unique pointers). The individual pointers to the histograms are still there, but they are now pointer references pointing to the individual entries of the array. Former-commit-id: 95fca430
parent
8531c87e
No related branches found
No related tags found
Showing
- InnerDetector/InDetMonitoring/PixelMonitoring/PixelMonitoring/HolderTemplate.h 29 additions, 27 deletions...nitoring/PixelMonitoring/PixelMonitoring/HolderTemplate.h
- InnerDetector/InDetMonitoring/PixelMonitoring/src/PixelMon2DLumiMaps.cxx 12 additions, 12 deletions...nDetMonitoring/PixelMonitoring/src/PixelMon2DLumiMaps.cxx
- InnerDetector/InDetMonitoring/PixelMonitoring/src/PixelMon2DLumiProfiles.cxx 13 additions, 13 deletions...Monitoring/PixelMonitoring/src/PixelMon2DLumiProfiles.cxx
- InnerDetector/InDetMonitoring/PixelMonitoring/src/PixelMon2DMapsLW.cxx 23 additions, 23 deletions.../InDetMonitoring/PixelMonitoring/src/PixelMon2DMapsLW.cxx
- InnerDetector/InDetMonitoring/PixelMonitoring/src/PixelMon2DProfilesLW.cxx 40 additions, 40 deletions...etMonitoring/PixelMonitoring/src/PixelMon2DProfilesLW.cxx
Loading
Please register or sign in to comment