AccNodeBunchTracker#

class orbit.lattice.AccNodeBunchTracker(name='no name', type_in='bunch tracker')[source]#

Bases: orbit.lattice.AccNode.AccNode

Class. Base class of the accelerator nodes that track the pyORBIT bunch.

Methods Summary

track(paramsDict)

It is tracking the bunch through the element.

trackBunch(bunch[, paramsDict, actionContainer])

It tracks the bunch through the AccNodeBunchTracker instance.

Methods Documentation

track(paramsDict)[source]#

It is tracking the bunch through the element. Each element should implement this method.

trackBunch(bunch, paramsDict={}, actionContainer=None)[source]#

It tracks the bunch through the AccNodeBunchTracker instance.