BaseMATRIX#

class orbit.matrix_lattice.BaseMATRIX(name='no name')[source]#

Bases: orbit.lattice.AccNodeBunchTracker.AccNodeBunchTracker

The base abstract class of the BaseMATRIX accelerator lattice elements hierarchy.

Methods Summary

getMatrix()

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

getMatrix()[source]#

Returns the (7,7) Matrix for this transport AccNode.

track(paramsDict)[source]#

It is tracking the parameter dictionary (with bunch as a “bunch”) through the BaseMATRIX element.