Simple container for histograms storing a list of Bin instances.
Histogram trees can be read in from AIDA and flat format files with
fromAIDA() and fromFlat(). These methods
produce dictionaries mapping histogram paths to histograms. For string
representations for AIDA and flat output asFlat() and
asAIDA() can be used.
The kept bins are defined by (xstart, xstop) pairs. The first xstart
and last xstop can be None meaning that all is included from the
first or up to the last bin respectively.
Example: