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 TypeClassDescriptionclass
Observer that can be added to a particle tracking task for observation of the phase space coordinates when it passes the observer disk.class
A phase space observer which extends thePhaseSpaceObserver
class.class
An 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 TypeClassDescriptionclass
class
class
Object 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 TypeMethodDescriptionvoid
ParticleTrackerTask.addObserver
(TrackingObserver obs) Adds an implementations of the Observer interface to this tracker task.