Uses of Interface
simpa.core.api.track.TrackingObserver
Packages that use TrackingObserver
Package
Description
This package contains all the code specifically related to the tracking of particles in particle accelerators.
This package contains the code related to tracking particles in SIMPA.
-
Uses of TrackingObserver in simpa.acc.api.track
Classes in simpa.acc.api.track that implement TrackingObserverModifier and TypeClassDescriptionclassObserver that can be added to a particle tracking task for observation of the phase space coordinates when it passes the observer disk.classA phase space observer which extends thePhaseSpaceObserverclass.classAn observer that counts the amount of turns a particle makes in the machine. -
Uses of TrackingObserver in simpa.core.api.track
Classes in simpa.core.api.track that implement TrackingObserverModifier and TypeClassDescriptionclassclassclassObject that can be added as an observer to aParticleTrackerTask.Methods in simpa.core.api.track that return types with arguments of type TrackingObserverModifier and TypeMethodDescriptionParticleTrackerTask.getObservers()Gets a list of observers registered with this particle tracker task.Methods in simpa.core.api.track with parameters of type TrackingObserverModifier and TypeMethodDescriptionvoidParticleTrackerTask.addObserver(TrackingObserver obs) Adds an implementations of the Observer interface to this tracker task.