Uses of Record Class
simpa.acc.api.utils.IntersectionData
Packages that use IntersectionData
Package
Description
This package contains utility classes to help in using the simpa.acc module.
-
Uses of IntersectionData in simpa.acc.api.utils
Methods in simpa.acc.api.utils that return types with arguments of type IntersectionDataModifier and TypeMethodDescriptionIntersectionCalculator.getIntersections()
Get a list of intersection data along the reference orbit.static Map
<String, List<IntersectionData>> IntersectionCalculator.getNameMap
(List<IntersectionData> isData) Helper method to organize intersection data by particle nameMethod parameters in simpa.acc.api.utils with type arguments of type IntersectionDataModifier and TypeMethodDescriptionstatic Map
<String, List<IntersectionData>> IntersectionCalculator.getNameMap
(List<IntersectionData> isData) Helper method to organize intersection data by particle namestatic Map
<Integer, List<PhaseSpaceCoordinates>> IntersectionCalculator.getPhaseSpaceCoordinates
(List<IntersectionData> isData) A helper method to organize the intsections along the orbit.