BaseMATRIX#
- class orbit.matrix_lattice.BaseMATRIX(name='no name')[source]#
Bases:
orbit.lattice.AccNodeBunchTracker.AccNodeBunchTrackerThe base abstract class of the BaseMATRIX accelerator lattice elements hierarchy.
Methods Summary
Returns the (7,7) Matrix for this transport AccNode.
track(paramsDict)It is tracking the parameter dictionary (with bunch as a "bunch") through the BaseMATRIX element.
Methods Documentation