Serialized Form
-
Package cnuphys.adaptiveSwim
-
Exception Class cnuphys.adaptiveSwim.AdaptiveSwimException
class AdaptiveSwimException extends Exception implements Serializable
-
-
Package cnuphys.adaptiveSwim.test
-
Class cnuphys.adaptiveSwim.test.LineTestPlotGrid
class LineTestPlotGrid extends cnuphys.splot.plot.PlotGridDialog implements Serializable-
Serialized Fields
-
_accuracy
double _accuracy
-
_canvases
cnuphys.splot.plot.PlotCanvas[][] _canvases
-
_dataSets
cnuphys.splot.pdata.DataSet[][] _dataSets
-
_epsilon
double _epsilon
-
_zTarg
double _zTarg
-
-
-
Class cnuphys.adaptiveSwim.test.ZTestPlotGrid
class ZTestPlotGrid extends cnuphys.splot.plot.PlotGridDialog implements Serializable-
Serialized Fields
-
_accuracy
double _accuracy
-
_canvases
cnuphys.splot.plot.PlotCanvas[][] _canvases
-
_dataSets
cnuphys.splot.pdata.DataSet[][] _dataSets
-
_epsilon
double _epsilon
-
_zTarg
double _zTarg
-
-
-
-
Package cnuphys.lund
-
Class cnuphys.lund.GeneratedParticleRecord
class GeneratedParticleRecord extends Object implements Serializable- serialVersionUID:
- -2460631848401695481L
-
Serialized Fields
-
_charge
int _charge
-
_momentum
double _momentum
-
_phi
double _phi
-
_theta
double _theta
-
_xo
double _xo
-
_yo
double _yo
-
_zo
double _zo
-
-
Class cnuphys.lund.HeaderRenderer
class HeaderRenderer extends JTextField implements Serializable -
Class cnuphys.lund.LundComboBox
class LundComboBox extends JComboBox implements Serializable-
Serialized Fields
-
_model
DefaultComboBoxModel _model
-
-
-
Class cnuphys.lund.LundTrackDialog
class LundTrackDialog extends JDialog implements Serializable-
Serialized Fields
-
_accuracy
JTextField _accuracy
-
_algorithm
LundTrackDialog.SWIM_ALGORITHM _algorithm
-
_beta
double _beta
-
_energy
double _energy
-
_fixedRho
JTextField _fixedRho
-
_fixedRhoRB
JRadioButton _fixedRhoRB
-
_fixedS
JTextField _fixedS
-
_fixedSRB
JRadioButton _fixedSRB
-
_fixedZ
JTextField _fixedZ
-
_fixedZRB
JRadioButton _fixedZRB
-
_gamma
double _gamma
-
_lundComboBox
LundComboBox _lundComboBox
-
_massTextField
JTextField _massTextField
-
_momentumTextField
JTextField _momentumTextField
-
_oldMomentum
double _oldMomentum
-
_phi
JTextField _phi
-
_relativisticBeta
JTextField _relativisticBeta
-
_relativisticGamma
JTextField _relativisticGamma
-
_standardRB
JRadioButton _standardRB
-
_swimButton
JButton _swimButton
-
_theta
JTextField _theta
-
_totalEnergyTextField
JTextField _totalEnergyTextField
-
_vertexX
JTextField _vertexX
-
_vertexY
JTextField _vertexY
-
_vertexZ
JTextField _vertexZ
-
-
-
Class cnuphys.lund.LundTrackDialog.CommonBorder
class CommonBorder extends TitledBorder implements Serializable -
Class cnuphys.lund.SimpleRenderer
class SimpleRenderer extends JTextField implements Serializable-
Serialized Fields
-
bgColors
Color[] bgColors
-
-
-
Class cnuphys.lund.TrajectoryTable
class TrajectoryTable extends JTable implements Serializable-
Serialized Fields
-
_scrollPane
JScrollPane _scrollPane
-
-
-
Class cnuphys.lund.TrajectoryTableModel
class TrajectoryTableModel extends DefaultTableModel implements Serializable-
Serialized Fields
-
data
Vector<TrajectoryRowData> data
-
-
-
-
Package cnuphys.rk4
-
Exception Class cnuphys.rk4.RungeKuttaException
class RungeKuttaException extends Exception implements Serializable
-
-
Package cnuphys.swim
-
Class cnuphys.swim.SwimMenu
class SwimMenu extends JMenu implements Serializable-
Serialized Fields
-
_clearTracks
JMenuItem _clearTracks
-
_hideMonteCarloTracks
JRadioButtonMenuItem _hideMonteCarloTracks
-
_hideReconTracks
JRadioButtonMenuItem _hideReconTracks
-
_showMonteCarlo
boolean _showMonteCarlo
-
_showMonteCarloTracks
JRadioButtonMenuItem _showMonteCarloTracks
-
_showRecon
boolean _showRecon
-
_showReconTracks
JRadioButtonMenuItem _showReconTracks
-
-
-
Class cnuphys.swim.SwimTrajectory
class SwimTrajectory extends ArrayList<double[]> implements Serializable- serialVersionUID:
- 3850772573951127304L
-
Serialized Fields
-
_computedBDL
boolean _computedBDL
-
_genPartRec
GeneratedParticleRecord _genPartRec
-
_lundId
LundId _lundId
-
_source
String _source
The source of the trajectory e.g. hbtracking -
userObject
Object userObject
user object
-
-
-
Package cnuphys.swim.util
-
Class cnuphys.swim.util.TrajectorySummary
class TrajectorySummary extends Object implements Serializable-
Serialized Fields
-
charge
int charge
-
finalStateVector
double[] finalStateVector
-
hdata
double[] hdata
-
momentum
double momentum
-
phi
double phi
-
theta
double theta
-
xo
double xo
-
yo
double yo
-
zo
double zo
-
-
-
-
Package cnuphys.swimtest
-
Class cnuphys.swimtest.SwimTestData
class SwimTestData extends Object implements Serializable- serialVersionUID:
- 3683250826826946912L
-
Serialized Fields
-
charge
int[] charge
-
distanceBetweenSaves
double distanceBetweenSaves
-
javaVersion
String javaVersion
-
p
double[] p
-
phi
double[] phi
-
results
SwimTrajectory[] results
-
rMax
double rMax
-
sMax
double sMax
-
solenoidFile
String solenoidFile
-
stepSize
double stepSize
-
theta
double[] theta
-
torusFile
String torusFile
-
xo
double[] xo
-
yo
double[] yo
-
zo
double[] zo
-
-
Class cnuphys.swimtest.TestTrajectories
class TestTrajectories extends Object implements Serializable-
Serialized Fields
-
_accuracy
double _accuracy
-
_fixedZ
double _fixedZ
-
_includeSolenoid
boolean _includeSolenoid
-
_includeTorus
boolean _includeTorus
-
_initStepSize
double _initStepSize
-
_maxPathLength
double _maxPathLength
-
_relTolerance
double[] _relTolerance
-
_solenoidScale
double _solenoidScale
-
_torusPath
String _torusPath
-
_torusScale
double _torusScale
-
summaries
Vector<TrajectorySummary> summaries
-
-
-
-
Package cnuphys.swimZ
-
Exception Class cnuphys.swimZ.SwimZException
class SwimZException extends Exception implements Serializable
-