colliderscope.hist_to_bw_params(hist: HistogramLike) → tuple[float, float] Parameters which fit a Breit-Wigner distribution to the passed Histogram. New in version 0.2.2. Parameters:¶ hist : Histogram¶Mass histogram for a reconstructed particle. Returns:¶ Mass centre and width of the Breit-Wigner peak, respectively. Return type:¶ tuple[float, float] Last update: Jun 27, 2025