Beam#

class georges.manzoni.beam.Beam(kinematics: Kinematics, distribution: ndarray)[source]#

Bases: object

Attributes Summary

distribution

kinematics

Methods Summary

compute_dpp(pt, beta[, first_order])

param pt:

compute_pt(dpp, beta[, first_order])

param dpp:

Attributes Documentation

distribution#
kinematics#

Methods Documentation

classmethod compute_dpp(pt: ndarray, beta: float, first_order: bool = False) ndarray[source]#
Parameters:
  • pt

  • beta – the relativistic beta

  • first_order – approximate dpp from p_t at first order (valid only for beta close to 1)

Returns:

classmethod compute_pt(dpp: ndarray, beta: float, first_order: bool = False) ndarray[source]#
Parameters:
  • dpp

  • beta – the relativistic beta

  • first_order – approximate p_t from dpp at first order (valid only for beta close to 1)

Returns: