Source code for SimulationFramework.Elements.collimator

from SimulationFramework.Elements.aperture import aperture


[docs] class collimator(aperture): """ Class defining a collimator element. """