java.lang.Object
simpa.core.api.track.HCIntegrator
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new HCIntegrator with the specified PotentialProvider. -
Method Summary
-
Constructor Details
-
HCIntegrator
Constructs a new HCIntegrator with the specified PotentialProvider.- Parameters:
pp
- the PotentialProvider used to calculate the potential energy of the particles
-
-
Method Details
-
step
Performs a single step of particle tracking using the HCIntegrator algorithm.- Parameters:
p
- The particle to be tracked.stepSize
- FIXED to C !!!- Throws:
OutOfApertureException
- If the particle goes out of the aperture.KnownFatalException
- If a known fatal exception occurs during tracking.
-