Currently, main mechanism class has many variable attributes that are only used by single statistic (e.g. nBins, treeData). IMO would make more sense to break these out into their respective statistics so that it is more clear what they are actually used for.
Currently, main mechanism class has many variable attributes that are only used by single statistic (e.g.
nBins
,treeData
). IMO would make more sense to break these out into their respective statistics so that it is more clear what they are actually used for.