Uses of Class
xal.tools.beam.ens.Ensemble
Packages that use Ensemble
-
Uses of Ensemble in xal.model.probe
Methods in xal.model.probe that return EnsembleMethods in xal.model.probe with parameters of type EnsembleModifier and TypeMethodDescriptionvoidEnsembleProbe.setEnsemble(Ensemble ens) Set the EnsembleProbe state to the value of the argument NOTE: the copy operation can be expansive for largeEnsembles -
Uses of Ensemble in xal.model.probe.traj
Methods in xal.model.probe.traj that return EnsembleModifier and TypeMethodDescriptionEnsembleProbeState.getEnsemble()Return the Ensemble state objectMethods in xal.model.probe.traj with parameters of type EnsembleModifier and TypeMethodDescriptionvoidEnsembleProbeState.setEnsemble(Ensemble ens) Set the state to the value of the argument NOTE: the copy operation can be expansive for largeEnsembles -
Uses of Ensemble in xal.tools.beam.ens
Methods in xal.tools.beam.ens that return EnsembleModifier and TypeMethodDescriptionEnsemble.deepCopy()Create a deep copy object of this ensemblestatic final EnsembleEnsembleGenerator.generate(EnsembleDescriptor descr) Creates a new ensemble according to the given ensemble descriptor.static EnsembleEnsemble.restoreUrl(String strUrl) Creates an Ensemble from a file store.Methods in xal.tools.beam.ens with parameters of type EnsembleModifier and TypeMethodDescriptionEnsemble.deepCopyParticles(Ensemble ens) Make a deep copy of the ensemble's particle container.Constructors in xal.tools.beam.ens with parameters of type Ensemble