|
Class Summary |
| BeamProbe |
Abstract base class for all probes having beam properties. |
| DiagnosticProbe |
Simple diagnostic probe for testing the Lattice framework. |
| DiagnosticProbeTest |
Contains Junit test cases for creating and running a DiagnosticProbe
. |
| EnsembleProbe |
Represents an ensemble of particles. |
| EnvelopeProbe |
EnvelopeProbe represents the RMS beam evelopes of a beam. |
| InitializeProbeFromProbeTest |
Verifies the correct operation of Probe.newProbeInitializedFrom(Probe) factory
method. |
| ParticleProbe |
ParticleProbe extends the base BeamProbe to manage a particle state which is a Vector
of homogeneous phase space variables. |
| Probe |
Provides a base class implementation of the IProbe interface that is useful for
most standard probe types. |
| ProbeTest |
Verifies basic Probe behaviors and provides factory methods for test data
creation. |
| SynchronousProbe |
This class represents the behavior of the synchronous particle of a particle
beam bunch. |
| TransferMapProbe |
|