Bug #22657
Look into inherentence in MnvH2D (3D) from 1D
Status:
New
Priority:
Normal
Assignee:
-
Start date:
05/30/2019
Due date:
% Done:
0%
Estimated time:
Description
go through and remove methods in MnvH2D and 3 that can inherit from MnvH1D - like HasLatErrorBand. I think since those don't reference the class itself, they should inherit from MnvH1D. Maybe my C++ is too old but I see no reason to reimplement those methods at each level.
History
#1 Updated by Heidi Schellman over 1 year ago
I think we would need to do a base class with just the common stuff which does not reference the TH1 or TH2 and then these could inherit from both.