Skip to content

Overload scale() and normalize() for std::map

Christian Gutschow requested to merge scalable_maps into release-3-1-x

This is a thing now:

map<string, Histo1DPtr> _h;
...
scale(_h, crossSectionPerEvent());

Addresses #64 (closed).

Merge request reports