Beam#

The file Beam.py contains the implementation of the class beam for the tracking with Manzoni. A beam definition requires distribution and kinematics to allow the generation of the initial particles for tracking.

Classes#

Beam(kinematics, distribution)

MadXBeam(kinematics, distribution[, first_order])

Beam distribution for MADX Integrator (x, x', y, y', dpp, pt)

TransportBeam(kinematics, distribution)

Beam distribution for Transport Integrator (x, x', y, y', l, dpp)

Class Inheritance Diagram#

Inheritance diagram of georges.manzoni.beam.Beam, georges.manzoni.beam.MadXBeam, georges.manzoni.beam.TransportBeam