Type of data expected by fill.
Type of data expected by fill.
The entries member of mutable containers is a var, rather than val.
The entries member of mutable containers is a var, rather than val.
Entry point for the general user to pass data into the container for aggregation.
Entry point for the general user to pass data into the container for aggregation.
Usually all containers in a collection of histograms take the same input data by passing it recursively through the tree. Quantities to plot are specified by the individual container's lambda functions.
The container is changed in-place.
List of sub-aggregators, to make it possible to walk the tree.
List of sub-aggregators, to make it possible to walk the tree.
Sub-trait of org.dianahep.histogrammar.Aggregation for all containers except org.dianahep.histogrammar.Counting.
AggregationOnDatacontainers actually depend on theirDatumtype;Countingis the only one that ignores it.