Go to the documentation of this file.
18 \namespace xboa::bunch::weighting
20 The weighting module provides algorithms for performing statistical weighting of
23 Implemented within this module:
24 \li \link xboa::bunch::weighting::_voronoi_weighting::VoronoiWeighting
25 VoronoiWeighting \endlink: class to apply weights based on a Voronoi
27 \li \link xboa::bunch::weighting::_bounding_ellipse::BoundingEllipse
28 BoundingEllipse \endlink: defines a BoundingEllipse for the VoronoiWeighting
34 __all__ = [
"VoronoiWeighting",
"BoundingEllipse"]