Serialized Form
-
Package cnuphys.adaptiveSwim
-
Exception cnuphys.adaptiveSwim.AdaptiveSwimException
class AdaptiveSwimException extends Exception implements Serializable
-
-
Package cnuphys.adaptiveSwim.test
-
Class cnuphys.adaptiveSwim.test.LineTestPlotGrid
class LineTestPlotGrid extends PlotGridDialog implements Serializable-
Serialized Fields
-
_accuracy
double _accuracy
-
_canvases
PlotCanvas[][] _canvases
-
_dataSets
DataSet[][] _dataSets
-
_epsilon
double _epsilon
-
_zTarg
double _zTarg
-
-
-
Class cnuphys.adaptiveSwim.test.ZTestPlotGrid
class ZTestPlotGrid extends PlotGridDialog implements Serializable-
Serialized Fields
-
_accuracy
double _accuracy
-
_canvases
PlotCanvas[][] _canvases
-
_dataSets
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.magfield
-
Class cnuphys.magfield.CompositeField
-
Class cnuphys.magfield.MagneticFieldCanvas
class MagneticFieldCanvas extends JComponent implements Serializable-
Serialized Fields
-
_colorModel
ColorScaleModel _colorModel
-
_cstype
MagneticFieldCanvas.CSType _cstype
-
_extraText
String _extraText
-
_field
FieldProbe _field
-
_localToWorld
AffineTransform _localToWorld
-
_sector
int _sector
-
_showGradient
boolean _showGradient
-
_sProbe
SolenoidProbe _sProbe
-
_tProbe
TorusProbe _tProbe
-
_trajectories
Vector<MagneticFieldCanvas.Trajectory> _trajectories
-
_worldSystem
Rectangle2D.Double _worldSystem
-
_worldToLocal
AffineTransform _worldToLocal
-
font
Font font
-
font2
Font font2
-
renderHints
RenderingHints renderHints
-
-
-
Exception cnuphys.magfield.MagneticFieldInitializationException
class MagneticFieldInitializationException extends Exception implements Serializable -
Class cnuphys.magfield.MisplacedPanel
class MisplacedPanel extends JPanel implements Serializable-
Serialized Fields
-
_fieldType
MagneticFields.FieldType _fieldType
-
_label
JLabel _label
-
_shiftDir
int _shiftDir
-
_textField
JTextField _textField
-
-
-
Class cnuphys.magfield.RotatedCompositeField
class RotatedCompositeField extends CompositeField implements Serializable -
Class cnuphys.magfield.ScaleFieldPanel
class ScaleFieldPanel extends JPanel implements Serializable-
Serialized Fields
-
_fieldType
MagneticFields.FieldType _fieldType
-
_label
JLabel _label
-
_textField
JTextField _textField
-
-
-
Class cnuphys.magfield.TestData
class TestData extends Object implements Serializable- serialVersionUID:
- 2968299793724503616L
-
-
Package cnuphys.rk4
-
Exception cnuphys.rk4.RungeKuttaException
class RungeKuttaException extends Exception implements Serializable
-
-
Package cnuphys.snr
-
Class cnuphys.snr.SegmentStartList
-
Class cnuphys.snr.WireList
-
Serialized Fields
-
_avgWire
double _avgWire
-
_numWires
int _numWires
-
counts
byte[] counts
-
-
-
-
Package cnuphys.snr.test
-
Class cnuphys.snr.test.DetectorTest
class DetectorTest extends JPanel implements Serializable-
Serialized Fields
-
_defaultWorld
Rectangle2D.Double _defaultWorld
The default world -
_display
JComponent _display
The display of the detectors -
_eventNumber
int _eventNumber
the event number -
_local
Rectangle _local
The local system; always the bounds of the last draw. -
_status
JTextArea _status
For a status line feedback string. -
_world
Rectangle2D.Double _world
The current world. -
chambers
Vector<ChamberTest> chambers
The chambers -
displayOption
DetectorTest.DisplayOption displayOption
-
displayTrack
boolean displayTrack
Display the tracks -
stringBuffer
StringBuffer stringBuffer
Used for creating the feedback label. -
tracks
Vector<TrackTest> tracks
A list of simulated tracks.
-
-
-
Class cnuphys.snr.test.NoiseTest
class NoiseTest extends JFrame implements Serializable-
Serialized Fields
-
_detectorTest
DetectorTest _detectorTest
-
-
-
-
Package cnuphys.splot.edit
-
Class cnuphys.splot.edit.AxesLimitsPanel
class AxesLimitsPanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_xPanel
OneAxisLimitsPanel _xPanel
-
_yPanel
OneAxisLimitsPanel _yPanel
-
-
-
Class cnuphys.splot.edit.ButtonPanel
class ButtonPanel extends JPanel implements Serializable -
Class cnuphys.splot.edit.ColorDialog
class ColorDialog extends JDialog implements Serializable-
Serialized Fields
-
answer
int answer
-
colorPanel
ColorPanel colorPanel
-
-
-
Class cnuphys.splot.edit.ColorLabel
class ColorLabel extends JComponent implements Serializable-
Serialized Fields
-
_colorChangeListener
IColorChangeListener _colorChangeListener
-
_currentColor
Color _currentColor
-
_desiredWidth
int _desiredWidth
-
_prompt
String _prompt
-
_rectSize
int _rectSize
-
_size
Dimension _size
-
-
-
Class cnuphys.splot.edit.ColorPanel
class ColorPanel extends JPanel implements Serializable-
Serialized Fields
-
colorChooser
JColorChooser colorChooser
-
newcolorlabel
JLabel newcolorlabel
-
nocolorcb
JCheckBox nocolorcb
"No color" checkbox--used to select no color (if enabled) -
oldcolorlabel
JLabel oldcolorlabel
Label showing the new color -
previewPanel
JPanel previewPanel
-
transparencySlider
JSlider transparencySlider
Transparency slider
-
-
-
Class cnuphys.splot.edit.CurveDataModel
class CurveDataModel extends DefaultTableModel implements Serializable-
Serialized Fields
-
_data
Vector<DataColumn> _data
-
-
-
Class cnuphys.splot.edit.CurveEditorDialog
class CurveEditorDialog extends SimpleDialog implements Serializable-
Serialized Fields
-
_curvePanel
CurveEditorPanel _curvePanel
-
_plotCanvas
PlotCanvas _plotCanvas
-
-
-
Class cnuphys.splot.edit.CurveEditorPanel
class CurveEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
_curveTable
CurveTable _curveTable
-
_fitPanel
FitEditorPanel _fitPanel
-
_plotCanvas
PlotCanvas _plotCanvas
-
_stylePanel
StyleEditorPanel _stylePanel
-
_textArea
JEditorPane _textArea
-
-
-
Class cnuphys.splot.edit.CurveTable
class CurveTable extends JTable implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_scrollPane
JScrollPane _scrollPane
-
def_renderer
DefaultTableCellRenderer def_renderer
-
-
-
Class cnuphys.splot.edit.DataEditor
class DataEditor extends SimpleDialog implements Serializable-
Serialized Fields
-
_plotCanvas
PlotCanvas _plotCanvas
-
_rangeLabel
JLabel _rangeLabel
-
_rowColLabel
JLabel _rowColLabel
-
_table
DataTable _table
-
-
-
Class cnuphys.splot.edit.OneAxisLimitsPanel
class OneAxisLimitsPanel extends JPanel implements Serializable-
Serialized Fields
-
_axis
OneAxisLimitsPanel.Axis _axis
-
_canvas
PlotCanvas _canvas
-
_dataMax
double _dataMax
-
_dataMin
double _dataMin
-
_dataSet
DataSet _dataSet
-
_max1
double _max1
-
_maxTF
JFormattedTextField _maxTF
-
_method1
LimitsMethod _method1
-
_methodSelector
EnumComboBox _methodSelector
-
_min1
double _min1
-
_minTF
JFormattedTextField _minTF
-
_params
PlotParameters _params
-
-
-
Class cnuphys.splot.edit.PlotPreferencesDialog
class PlotPreferencesDialog extends SimpleDialog implements Serializable-
Serialized Fields
-
_axesPanel
AxesLimitsPanel _axesPanel
-
_genPanel
GeneralPlotParamPanel _genPanel
-
_plotCanvas
PlotCanvas _plotCanvas
-
-
-
Class cnuphys.splot.edit.SimpleDialog
class SimpleDialog extends JDialog implements Serializable-
Serialized Fields
-
_closeout
String[] _closeout
-
_userObject
Object _userObject
-
buttonPanel
JPanel buttonPanel
-
centerComponent
Component centerComponent
-
eastComponent
Component eastComponent
-
northComponent
Component northComponent
-
reason
String reason
-
southComponent
Component southComponent
-
westComponent
Component westComponent
-
-
-
Class cnuphys.splot.edit.VerticalFlowLayout
class VerticalFlowLayout extends Object implements Serializable-
Serialized Fields
-
bUniformWidths
boolean bUniformWidths
Use uniform widths? -
components
Vector<cnuphys.splot.edit.VerticalFlowLayout.AlignedComponent> components
The actual components. -
m_bDirty
boolean m_bDirty
Dirty flag, signaling that preferred sizes need to be recalculated because a component has been added or removed. -
m_externalPadBottom
int m_externalPadBottom
-
m_externalPadLeft
int m_externalPadLeft
-
m_externalPadRight
int m_externalPadRight
-
m_externalPadTop
int m_externalPadTop
-
m_insets
Insets m_insets
-
m_internalPadX
int m_internalPadX
-
m_internalPadY
int m_internalPadY
-
m_preferredSize
Dimension m_preferredSize
-
m_vGap
int m_vGap
-
m_widestWidth
int m_widestWidth
-
-
-
-
Package cnuphys.splot.example
-
Class cnuphys.splot.example.AExample
class AExample extends JFrame implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_menus
SplotMenus _menus
-
-
-
Class cnuphys.splot.example.AnotherGaussian
class AnotherGaussian extends AExample implements Serializable -
Class cnuphys.splot.example.APlotDialog
class APlotDialog extends JDialog implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_menus
SplotMenus _menus
-
_properties
Properties _properties
-
-
-
Class cnuphys.splot.example.ErfcTest
class ErfcTest extends AExample implements Serializable -
Class cnuphys.splot.example.ErfTest
class ErfTest extends AExample implements Serializable -
Class cnuphys.splot.example.Gaussians
class Gaussians extends AExample implements Serializable -
Class cnuphys.splot.example.Grid
class Grid extends JFrame implements Serializable -
Class cnuphys.splot.example.GrowingHisto
class GrowingHisto extends AExample implements Serializable -
Class cnuphys.splot.example.Histo
class Histo extends AExample implements Serializable -
Class cnuphys.splot.example.Histo2D
class Histo2D extends AExample implements Serializable -
Class cnuphys.splot.example.LineWithXAndYErrors
class LineWithXAndYErrors extends AExample implements Serializable -
Class cnuphys.splot.example.MemoryUsageDialog
class MemoryUsageDialog extends APlotDialog implements Serializable -
Class cnuphys.splot.example.OneXThreeY
class OneXThreeY extends AExample implements Serializable -
Class cnuphys.splot.example.Scatter
class Scatter extends AExample implements Serializable -
Class cnuphys.splot.example.StraightLine
class StraightLine extends AExample implements Serializable -
Class cnuphys.splot.example.StripChart
class StripChart extends AExample implements Serializable -
Class cnuphys.splot.example.TripleGaussian
class TripleGaussian extends AExample implements Serializable -
Class cnuphys.splot.example.TwoHisto
class TwoHisto extends AExample implements Serializable -
Class cnuphys.splot.example.TwoLinesWithErrors
class TwoLinesWithErrors extends AExample implements Serializable
-
-
Package cnuphys.splot.fit
-
Class cnuphys.splot.fit.FitEditorPanel
class FitEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
_fitSelector
EnumComboBox _fitSelector
-
_gaussianCountSelector
TextFieldSlider _gaussianCountSelector
-
_histoCBPanel
JPanel _histoCBPanel
-
_polynomialOrderSelector
TextFieldSlider _polynomialOrderSelector
-
_rmsOrCB
JCheckBox _rmsOrCB
-
_statErrorCB
JCheckBox _statErrorCB
-
-
-
-
Package cnuphys.splot.pdata
-
Class cnuphys.splot.pdata.DataSet
class DataSet extends DefaultTableModel implements Serializable-
Serialized Fields
-
_columns
Vector<DataColumn> _columns
-
_hasXErrors
boolean _hasXErrors
-
_listenerList
EventListenerList _listenerList
-
_type
DataSetType _type
-
-
-
Exception cnuphys.splot.pdata.DataSetException
class DataSetException extends Exception implements Serializable -
Class cnuphys.splot.pdata.DataTable
class DataTable extends JTable implements Serializable-
Serialized Fields
-
_currentValue
double _currentValue
-
_scrollPane
JScrollPane _scrollPane
-
-
-
Class cnuphys.splot.pdata.DataTable.MyTableCellEditor
class MyTableCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
column
int column
-
component
JTextField component
-
-
-
-
Package cnuphys.splot.plot
-
Class cnuphys.splot.plot.APreferencePanel
class APreferencePanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
-
-
Class cnuphys.splot.plot.CommonBorder
class CommonBorder extends TitledBorder implements Serializable-
Serialized Fields
-
font
Font font
-
-
-
Class cnuphys.splot.plot.DraggableRectangle
class DraggableRectangle extends Rectangle implements Serializable-
Serialized Fields
-
_beenMoved
boolean _beenMoved
-
_currentPoint
Point _currentPoint
-
_dragging
boolean _dragging
-
_draggingPrimed
boolean _draggingPrimed
-
-
-
Class cnuphys.splot.plot.ExtraText
class ExtraText extends DraggableRectangle implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_params
PlotParameters _params
-
HGAP
int HGAP
-
VGAP
int VGAP
-
-
-
Class cnuphys.splot.plot.FloatingLabel
class FloatingLabel extends JLabel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_params
PlotParameters _params
-
-
-
Class cnuphys.splot.plot.GeneralPlotParamPanel
class GeneralPlotParamPanel extends APreferencePanel implements Serializable-
Serialized Fields
-
_plotTitle
JTextField _plotTitle
-
_xLabel
JTextField _xLabel
-
_yLabel
JTextField _yLabel
-
-
-
Class cnuphys.splot.plot.Gradient
class Gradient extends DraggableRectangle implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_colorModel
ColorScaleModel _colorModel
-
_params
PlotParameters _params
-
_zeroMaxScale
boolean _zeroMaxScale
-
HGAP
int HGAP
-
-
-
Class cnuphys.splot.plot.Legend
class Legend extends DraggableRectangle implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_extra
int _extra
-
_maxStringWidth
int _maxStringWidth
-
_numVisCurves
int _numVisCurves
-
_params
PlotParameters _params
-
HGAP
int HGAP
-
VGAP
int VGAP
-
-
-
Class cnuphys.splot.plot.PlotCanvas
class PlotCanvas extends JComponent implements Serializable-
Serialized Fields
-
_activeBounds
Rectangle _activeBounds
-
_dataDrawer
DataDrawer _dataDrawer
-
_dataSet
DataSet _dataSet
-
_extra
ExtraText _extra
-
_gradient
Gradient _gradient
-
_legend
Legend _legend
-
_localToWorld
AffineTransform _localToWorld
-
_locationString
String _locationString
-
_needsRedraw
boolean _needsRedraw
-
_needsRescale
boolean _needsRescale
-
_parameters
PlotParameters _parameters
-
_parent
Component _parent
-
_plotPopup
PlotPopupMenu _plotPopup
-
_plotTicks
PlotTicks _plotTicks
-
_rightMargin
int _rightMargin
-
_rubberband
Rubberband _rubberband
-
_toolbar
CommonToolBar _toolbar
-
_topMargin
int _topMargin
-
_workPoint
Point2D.Double _workPoint
-
_worldSystem
Rectangle2D.Double _worldSystem
-
_worldToLocal
AffineTransform _worldToLocal
-
drawCount
long drawCount
-
-
-
Class cnuphys.splot.plot.PlotGrid
class PlotGrid extends JPanel implements Serializable -
Class cnuphys.splot.plot.PlotGridDialog
class PlotGridDialog extends JDialog implements Serializable -
Class cnuphys.splot.plot.PlotPanel
class PlotPanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_decorations
int _decorations
-
_status
JLabel _status
-
_titleLabel
JLabel _titleLabel
-
_toolbar
CommonToolBar _toolbar
-
_xLabel
JLabel _xLabel
-
_yLabel
JLabel _yLabel
-
-
-
Class cnuphys.splot.plot.PlotPopupMenu
class PlotPopupMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
_menus
SplotMenus _menus
-
_plotCanvas
PlotCanvas _plotCanvas
-
-
-
Class cnuphys.splot.plot.StripChartPanel
class StripChartPanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_capacity
int _capacity
-
_getter
IValueGetter _getter
-
_interval
long _interval
-
_titleLabel
JLabel _titleLabel
-
_xLabel
JLabel _xLabel
-
_yLabel
JLabel _yLabel
-
-
-
Class cnuphys.splot.plot.TextFieldSlider
class TextFieldSlider extends JPanel implements Serializable-
Serialized Fields
-
_defaultValue
int _defaultValue
-
_slider
JSlider _slider
-
_textField
JTextField _textField
-
-
-
-
Package cnuphys.splot.style
-
Class cnuphys.splot.style.EnumComboBox
class EnumComboBox extends JComboBox implements Serializable -
Class cnuphys.splot.style.StyleEditorPanel
class StyleEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
_borderColor
ColorLabel _borderColor
-
_fitLineColor
ColorLabel _fitLineColor
-
_fitLineStyleSelector
EnumComboBox _fitLineStyleSelector
-
_lineSizeSelector
TextFieldSlider _lineSizeSelector
-
_symbolColor
ColorLabel _symbolColor
-
_symbolSelector
EnumComboBox _symbolSelector
-
_symbolSizeSelector
TextFieldSlider _symbolSizeSelector
-
-
-
-
Package cnuphys.splot.toolbar
-
Class cnuphys.splot.toolbar.CommonToolBar
class CommonToolBar extends JToolBar implements Serializable-
Serialized Fields
-
_boxZoomButton
ToolBarToggleButton _boxZoomButton
-
_buttonGroup
ButtonGroup _buttonGroup
-
_listenerList
EventListenerList _listenerList
-
_pointerButton
ToolBarToggleButton _pointerButton
-
_recenterButton
ToolBarToggleButton _recenterButton
-
-
-
Class cnuphys.splot.toolbar.ToolBarButton
class ToolBarButton extends JButton implements Serializable -
Class cnuphys.splot.toolbar.ToolBarToggleButton
class ToolBarToggleButton extends JToggleButton implements Serializable-
Serialized Fields
-
customCursor
Cursor customCursor
Custom cursor. -
customCursorImageFile
String customCursorImageFile
Optional file with a custom cursor. -
preferredSize
Dimension preferredSize
preferred size. Default, for whatever reason, will be 24x24. -
triedOnce
boolean triedOnce
Used in conjunction with custom cursor. -
xhot
int xhot
The x coordinate of hot spot of a custom cursor, if there is one. A negative value means it will use the center of the cursor. -
yhot
int yhot
The y coordinate of hot spot of a custom cursor, if there is one. A negative value means it will use the center of the cursor.
-
-
-
-
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 cnuphys.swimZ.SwimZException
class SwimZException extends Exception implements Serializable
-
-
Package eu.mihosoft.vrl.v3d.ext.openjfx.importers.obj
-
Class eu.mihosoft.vrl.v3d.ext.openjfx.importers.obj.FloatArrayList
-
Serialization Methods
-
readObject
Reconstitute the ArrayList instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ArrayList instance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the ArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the ArrayList (the number of elements it contains).
-
-
-
Class eu.mihosoft.vrl.v3d.ext.openjfx.importers.obj.IntegerArrayList
-
Serialization Methods
-
readObject
Reconstitute the ArrayList instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ArrayList instance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the ArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the ArrayList (the number of elements it contains).
-
-
-
-
Package org.jlab.analysis.plotting
-
Class org.jlab.analysis.plotting.TCanvasP
class TCanvasP extends org.jlab.groot.ui.TCanvas implements Serializable-
Serialized Fields
-
nColumns
int nColumns
-
nRows
int nRows
-
-
-
Class org.jlab.analysis.plotting.TCanvasPTabbed
class TCanvasPTabbed extends JFrame implements Serializable-
Serialized Fields
-
emCanvasT
org.jlab.groot.graphics.EmbeddedCanvasTabbed emCanvasT
-
framePane
JPanel framePane
-
-
-
-
Package org.jlab.analysis.roads
-
Package org.jlab.clas.physics
-
Exception org.jlab.clas.physics.ParticleNotFoundException
class ParticleNotFoundException extends Exception implements Serializable-
Serialized Fields
-
message
String message
-
-
-
-
Package org.jlab.clas.tracking.trackrep
-
Package org.jlab.detector.calib.tasks
-
Class org.jlab.detector.calib.tasks.CalibrationEngineView
class CalibrationEngineView extends JPanel implements Serializable-
Serialized Fields
-
canvas
org.jlab.groot.graphics.EmbeddedCanvas canvas
-
ccview
CalibrationConstantsView ccview
-
engine
CalibrationEngine engine
-
splitPane
JSplitPane splitPane
-
-
-
-
Package org.jlab.detector.calib.utils
-
Class org.jlab.detector.calib.utils.CalibrationConstants
class CalibrationConstants extends IndexedTable implements Serializable-
Serialized Fields
-
constantsName
String constantsName
-
-
-
Class org.jlab.detector.calib.utils.CalibrationConstants.CalibrationConstantsRenderer
class CalibrationConstantsRenderer extends DefaultTableCellRenderer implements Serializable-
Serialized Fields
-
calib
CalibrationConstants calib
-
-
-
Class org.jlab.detector.calib.utils.CalibrationConstantsView
class CalibrationConstantsView extends JPanel implements Serializable-
Serialized Fields
-
buttonsPanel
JPanel buttonsPanel
-
calibrationManager
ConstantsManager calibrationManager
-
calibrationMap
Map<String,
CalibrationConstants> calibrationMap -
comboBox
JComboBox comboBox
-
drawDifference
JButton drawDifference
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
-
Package org.jlab.detector.decode
-
Class org.jlab.detector.decode.DetectorDataFilter.DetectorDataFilterPane
class DetectorDataFilterPane extends JPanel implements Serializable-
Serialized Fields
-
filter
DetectorDataFilter filter
-
filterText
JLabel filterText
-
-
-
Class org.jlab.detector.decode.DetectorDecoderView
class DetectorDecoderView extends JPanel implements Serializable-
Serialized Fields
-
dataCanvas
org.jlab.groot.graphics.EmbeddedCanvas dataCanvas
-
dataTable
JTable dataTable
-
decoder
CodaEventDecoder decoder
-
detectorData
List<DetectorDataDgtz> detectorData
-
detectorDecoder
DetectorEventDecoder detectorDecoder
-
mainSplitPane
JSplitPane mainSplitPane
-
-
-
Class org.jlab.detector.decode.DetectorDecoderView.DecoderTableModel
class DecoderTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
data
List<DetectorDataDgtz> data
-
-
-
-
Package org.jlab.detector.geom.RICH
-
Class org.jlab.detector.geom.RICH.RICHLayer
-
Serialized Fields
-
barycenter
Vector3D barycenter
-
compo_list
ArrayList<Integer> compo_list
-
geopar
RICHGeoParameters geopar
-
global_surf
Shape3D global_surf
-
id
int id
-
idgea
int idgea
-
local_frame
RICHFrame local_frame
-
name
String name
-
nominal_plane
Shape3D nominal_plane
-
pmtpixels
RICHPixel pmtpixels
-
sector
int sector
-
tracking_sphere
Sphere3D tracking_sphere
-
tracking_surf
Shape3D tracking_surf
-
type
int type
-
vers
String vers
-
vinside
Vector3D vinside
-
-
-
-
Package org.jlab.detector.scalers
-
Class org.jlab.detector.scalers.StruckScalers
-
Serialized Fields
-
fcupTable
IndexedTable fcupTable
-
helTable
IndexedTable helTable
-
slmTable
IndexedTable slmTable
-
-
-
-
Package org.jlab.detector.view
-
Class org.jlab.detector.view.DetectorPane2D
class DetectorPane2D extends JPanel implements Serializable -
Class org.jlab.detector.view.DetectorView2D
class DetectorView2D extends JPanel implements Serializable-
Serialized Fields
-
activeShape
DetectorShape2D activeShape
-
backgroundColor
Color backgroundColor
-
colorAxis
org.jlab.groot.graphics.GraphicsAxis colorAxis
-
detectorListeners
List<DetectorListener> detectorListeners
-
isMouseMotionListener
boolean isMouseMotionListener
-
viewBounds
org.jlab.groot.math.Dimension2D viewBounds
-
viewLayerNames
List<String> viewLayerNames
-
viewLayers
Map<String,
DetectorView2D.DetectorViewLayer2D> viewLayers -
world
ViewWorld world
-
-
-
-
Package org.jlab.display.ec
-
Class org.jlab.display.ec.ECDisplay
class ECDisplay extends JPanel implements Serializable-
Serialized Fields
-
detectorEngine
ECEngine detectorEngine
-
detectorView
DetectorPane2D detectorView
-
ecDetector
Detector ecDetector
-
processorPane
DataSourceProcessorPane processorPane
-
-
-
-
Package org.jlab.geom
-
Class org.jlab.geom.G4Volume
-
Class org.jlab.geom.G4VolumeMap
-
-
Package org.jlab.geom.gemc
-
Class org.jlab.geom.gemc.GemcBank
class GemcBank extends org.jlab.geom.gemc.GemcPropertyMap implements Serializable -
Class org.jlab.geom.gemc.GemcDetector
class GemcDetector extends org.jlab.geom.gemc.GemcPropertyMap implements Serializable -
Class org.jlab.geom.gemc.GemcHit
class GemcHit extends org.jlab.geom.gemc.GemcPropertyMap implements Serializable -
Class org.jlab.geom.gemc.GemcMaterial
class GemcMaterial extends org.jlab.geom.gemc.GemcPropertyMap implements Serializable -
Class org.jlab.geom.gemc.GemcPropertyMaps
class GemcPropertyMaps extends HashMap<String,org.jlab.geom.gemc.GemcPropertyMap> implements Serializable
-
-
Package org.jlab.geom.gui
-
Class org.jlab.geom.gui.DetectorLayerPanel
class DetectorLayerPanel extends JPanel implements Serializable-
Serialized Fields
-
layerUI
DetectorLayerUI layerUI
-
MOUSEOVER_CALLBACK
Boolean MOUSEOVER_CALLBACK
-
selectionListener
IDetectorComponentSelection selectionListener
-
-
-
Class org.jlab.geom.gui.DetectorShape3DPanel
class DetectorShape3DPanel extends JPanel implements Serializable-
Serialized Fields
-
MOUSEOVER_CALLBACK
Boolean MOUSEOVER_CALLBACK
-
selectionListener
IDetectorComponentSelection selectionListener
-
shapeStore
DetectorShape3DStore shapeStore
-
-
-
Class org.jlab.geom.gui.DetectorViewPanel
class DetectorViewPanel extends JPanel implements Serializable-
Serialized Fields
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class org.jlab.geom.gui.GeometryFrame
class GeometryFrame extends JFrame implements Serializable-
Serialized Fields
-
panel
GeometryPanel panel
-
-
-
Class org.jlab.geom.gui.GeometryPanel
class GeometryPanel extends JPanel implements Serializable
-
-
Package org.jlab.geom.view
-
Class org.jlab.geom.view.GeometryView
class GeometryView extends JPanel implements Serializable-
Serialized Fields
-
axisX
List<Line3D> axisX
-
axisY
List<Line3D> axisY
-
axisZ
List<Line3D> axisZ
-
backgroundGradientDown
Color backgroundGradientDown
-
backgroundGradientUp
Color backgroundGradientUp
-
camera
Camera3D camera
-
canvasLines
ArrayList<Line3D> canvasLines
-
mouseDraggedPositionX
int mouseDraggedPositionX
-
mouseDraggedPositionY
int mouseDraggedPositionY
-
-
-
Class org.jlab.geom.view.UniverseScene
class UniverseScene extends JPanel implements Serializable-
Serialized Fields
-
objectStore
List<ShapeObject> objectStore
-
SCENE_TYPE
int SCENE_TYPE
-
system
UniverseCoordinateSystem system
-
-
-
-
Package org.jlab.io.task
-
Class org.jlab.io.task.DataSourceProcessorPane
class DataSourceProcessorPane extends JPanel implements Serializable-
Serialized Fields
-
dataFile
String dataFile
-
dataPaneStyle
int dataPaneStyle
-
dataProcessor
DataSourceProcessor dataProcessor
-
defaultHost
String defaultHost
-
defaultIp
String defaultIp
-
eventDelay
int eventDelay
-
isHipo3Event
boolean isHipo3Event
-
mediaEject
JButton mediaEject
-
mediaNext
JButton mediaNext
-
mediaPause
JButton mediaPause
-
mediaPlay
JButton mediaPlay
-
mediaPrev
JButton mediaPrev
-
processTimer
Timer processTimer
-
sourceFile
JButton sourceFile
-
statusLabel
JLabel statusLabel
-
-
-
-
Package org.jlab.io.ui
-
Class org.jlab.io.ui.BasicDialog
class BasicDialog extends JDialog implements Serializable -
Class org.jlab.io.ui.ConnectionDialog
class ConnectionDialog extends BasicDialog implements Serializable-
Serialized Fields
-
_comboEtFiles
JComboBox _comboEtFiles
-
_comboHosts
JComboBox _comboHosts
-
_connectToDAQ
JRadioButton _connectToDAQ
-
_directConnect
JRadioButton _directConnect
-
_fileName
JTextField _fileName
-
_files
JComboBox _files
-
_ipField
JTextField _ipField
-
_portNumber
JTextField _portNumber
-
_reason
int _reason
-
connectionHosts
Map<String,
String> connectionHosts -
connectionType
int connectionType
-
-
-
Class org.jlab.io.ui.ConnectionDialogHipo
class ConnectionDialogHipo extends BasicDialog implements Serializable-
Serialized Fields
-
_comboEtFiles
JComboBox _comboEtFiles
-
_comboHosts
JComboBox _comboHosts
-
_connectToDAQ
JRadioButton _connectToDAQ
-
_directConnect
JRadioButton _directConnect
-
_fileName
JTextField _fileName
-
_files
JComboBox _files
-
_ipField
JTextField _ipField
-
_reason
int _reason
-
connectionHosts
Map<String,
String> connectionHosts -
connectionType
int connectionType
-
-
-
Class org.jlab.io.ui.DataBankPanel
class DataBankPanel extends JPanel implements Serializable-
Serialized Fields
-
scrollPane
JScrollPane scrollPane
-
table
JTable table
-
-
-
-
Package org.jlab.rec.band.hit
-
Class org.jlab.rec.band.hit.BandHit
- serialVersionUID:
- 1L
-
Serialized Fields
-
_adcLcorr
double _adcLcorr
-
_adcRcorr
double _adcRcorr
-
_component
int _component
-
_difftimeFadc
double _difftimeFadc
-
_difftimeTdc
double _difftimeTdc
-
_indexLpmt
int _indexLpmt
-
_indexRpmt
int _indexRpmt
-
_layer
int _layer
-
_meantimeFadc
double _meantimeFadc
-
_meantimeTdc
double _meantimeTdc
-
_sector
int _sector
-
_status
int _status
-
_tFadcLcorr
double _tFadcLcorr
-
_tFadcRcorr
double _tFadcRcorr
-
_tTdcLcorr
double _tTdcLcorr
-
_tTdcRcorr
double _tTdcRcorr
-
_ux
double _ux
-
_uy
double _uy
-
_uz
double _uz
-
_x
double _x
-
_y
double _y
-
_z
double _z
-
-
-
Package org.jlab.rec.cnd.cluster
-
Class org.jlab.rec.cnd.cluster.CNDCluster
-
Serialized Fields
-
_cndhits
ArrayList<CndHit> _cndhits
-
_component
int _component
-
_energysum
double _energysum
-
_id
int _id
-
_layer
int _layer
-
_layer1
int _layer1
-
_layer2
int _layer2
-
_layer3
int _layer3
-
_layermultip
int _layermultip
-
_nhits
int _nhits
-
_pathLengthThruBar
double _pathLengthThruBar
-
_sector
int _sector
-
_status
int _status
-
_time
double _time
-
_x
double _x
-
_y
double _y
-
_z
double _z
-
-
-
-
Package org.jlab.rec.cnd.hit
-
Class org.jlab.rec.cnd.hit.CndHit
- serialVersionUID:
- 1L
-
Serialized Fields
-
_AssociatedClusterID
int _AssociatedClusterID
-
_component
int _component
-
_E
double _E
-
_Id
int _Id
-
_indexLadc
int _indexLadc
-
_indexLtdc
int _indexLtdc
-
_indexRadc
int _indexRadc
-
_indexRtdc
int _indexRtdc
-
_layer
int _layer
-
_pad_d
int _pad_d
-
_pad_n
int _pad_n
-
_pathlength
double _pathlength
-
_phi
double _phi
-
_sector
int _sector
-
_status
int _status
-
_T
double _T
-
_theta
double _theta
-
_tLength
double _tLength
-
_tX
double _tX
-
_tY
double _tY
-
_tZ
double _tZ
-
_uX
double _uX
-
_uY
double _uY
-
_uZ
double _uZ
-
_X
double _X
-
_Y
double _Y
-
_Z
double _Z
-
-
-
Package org.jlab.rec.cvt.cluster
-
Class org.jlab.rec.cvt.cluster.Cluster
- serialVersionUID:
- 9153980362683755204L
-
Serialized Fields
-
_Arc
Arc3D _Arc
-
_Centroid
double _Centroid
-
_Centroid0
double _Centroid0
-
_CentroidError
double _CentroidError
-
_CentroidResidual
double _CentroidResidual
-
_CentroidValue
double _CentroidValue
-
_Detector
DetectorType _Detector
-
_Id
int _Id
-
_l
Vector3D _l
-
_Layer
int _Layer
-
_Line
Line3D _Line
-
_MaxStrip
int _MaxStrip
-
_MinStrip
int _MinStrip
-
_n
Vector3D _n
-
_Phi
double _Phi
-
_Phi0
double _Phi0
-
_PhiErr
double _PhiErr
-
_PhiErr0
double _PhiErr0
-
_Resolution
double _Resolution
-
_s
Vector3D _s
-
_Sector
int _Sector
-
_Seed
Hit _Seed
-
_SeedResidual
double _SeedResidual
-
_Time
double _Time
-
_Tlayer
int _Tlayer
-
_TotalEnergy
double _TotalEnergy
-
_TrakInters
Point3D _TrakInters
-
_Type
BMTType _Type
-
_Z
double _Z
-
_ZErr
double _ZErr
-
AssociatedTrackID
int AssociatedTrackID
-
flagForExclusion
boolean flagForExclusion
-
-
-
Package org.jlab.rec.cvt.cross
-
Class org.jlab.rec.cvt.cross.Cross
- serialVersionUID:
- 5317526429163382618L
-
Serialized Fields
-
_clus1
Cluster _clus1
-
_clus2
Cluster _clus2
-
_Detector
DetectorType _Detector
-
_Dir
Vector3D _Dir
-
_DirErr
Vector3D _DirErr
-
_Id
int _Id
-
_MatchedCCross
Cross _MatchedCCross
-
_MatchedZCross
Cross _MatchedZCross
-
_OrderedRegion
int _OrderedRegion
-
_Point
Point3D _Point
-
_Point0
Point3D _Point0
-
_PointErr
Point3D _PointErr
-
_PointErr0
Point3D _PointErr0
-
_Region
int _Region
-
_Sector
int _Sector
-
_Type
BMTType _Type
-
_usedInXYcand
boolean _usedInXYcand
-
_usedInZRcand
boolean _usedInZRcand
-
AssociatedTrackID
int AssociatedTrackID
-
cCrossRadius
double cCrossRadius
-
isInSeed
boolean isInSeed
-
-
Class org.jlab.rec.cvt.cross.CrossList
- serialVersionUID:
- 8509791607282273163L
-
-
Package org.jlab.rec.cvt.track
-
Class org.jlab.rec.cvt.track.StraightTrack
class StraightTrack extends Trajectory implements Serializable-
Serialized Fields
-
_chi2
double _chi2
-
_ndf
int _ndf
-
covmat
double[][] covmat
-
status
int status
-
trajs
Map<Integer,
AKFitter.HitOnTrack> trajs
-
-
-
Class org.jlab.rec.cvt.track.Track
class Track extends Trajectory implements Serializable- serialVersionUID:
- 1763744434903318419L
-
Serialized Fields
-
_Chi2
double _Chi2
-
_Chi2Prob
double _Chi2Prob
-
_NDF
int _NDF
-
_P
double _P
-
_pathToCTOF
double _pathToCTOF
-
_PID
int _PID
-
_Pt
double _Pt
-
_Pz
double _Pz
-
_Q
int _Q
-
_seed
Seed _seed
-
_status
int _status
-
_tempId
int _tempId
-
_trackDirAtCTOF
Vector3D _trackDirAtCTOF
-
_trackPosAtCTOF
Point3D _trackPosAtCTOF
-
kfIterations
int kfIterations
-
overlapsIds
List<Integer> overlapsIds
-
secondaryChi2
double secondaryChi2
-
secondaryHelix
Helix secondaryHelix
-
secondaryNDF
int secondaryNDF
-
trackCovMat
double[][] trackCovMat
-
trajs
Map<Integer,
AKFitter.HitOnTrack> trajs
-
-
-
Package org.jlab.rec.cvt.trajectory
-
Class org.jlab.rec.cvt.trajectory.Trajectory
- serialVersionUID:
- 358913937206455870L
-
-
Package org.jlab.rec.dc.cluster
-
Class org.jlab.rec.dc.cluster.Cluster
- serialVersionUID:
- 9153980362683755204L
-
Serialized Fields
-
_Id
int _Id
-
_MaxWire
int _MaxWire
-
_MinWire
int _MinWire
-
_Sector
int _Sector
-
_Superlayer
int _Superlayer
-
-
Class org.jlab.rec.dc.cluster.FittedCluster
- serialVersionUID:
- 7240609802152999866L
-
Serialized Fields
-
_Chisq
double _Chisq
-
_clusLine
Line3D _clusLine
-
_clusLineErr
Line3D _clusLineErr
-
_clusterLineFitintercept
double _clusterLineFitintercept
-
_clusterLineFitinterceptErr
double _clusterLineFitinterceptErr
-
_clusterLineFitInterceptErrMP
double _clusterLineFitInterceptErrMP
-
_clusterLineFitInterceptMP
double _clusterLineFitInterceptMP
-
_clusterLineFitSlIntCov
double _clusterLineFitSlIntCov
-
_clusterLineFitSlope
double _clusterLineFitSlope
-
_clusterLineFitSlopeErr
double _clusterLineFitSlopeErr
-
_clusterLineFitSlopeErrMP
double _clusterLineFitSlopeErrMP
-
_clusterLineFitSlopeMP
double _clusterLineFitSlopeMP
-
_fitProb
double _fitProb
-
_Id
int _Id
-
_Sector
int _Sector
-
_Status
int[][] _Status
-
_Superlayer
int _Superlayer
-
-
-
Package org.jlab.rec.dc.cross
-
Class org.jlab.rec.dc.cross.Cross
- serialVersionUID:
- 5317526429163382618L
-
Class org.jlab.rec.dc.cross.CrossList
- serialVersionUID:
- 8509791607282273163L
-
-
Package org.jlab.rec.dc.segment
-
Class org.jlab.rec.dc.segment.Segment
- serialVersionUID:
- -997960312423538455L
-
Serialized Fields
-
_fitPlane
Plane3D _fitPlane
-
_fittedCluster
FittedCluster _fittedCluster
-
_Id
int _Id
-
_ResiSum
double _ResiSum
-
_Sector
int _Sector
-
_SegmentEndPoints
double[] _SegmentEndPoints
-
_Status
int _Status
-
_Superlayer
int _Superlayer
-
_TimeSum
double _TimeSum
-
_Trajectory
SegmentTrajectory _Trajectory
-
associatedCrossId
int associatedCrossId
-
isOnTrack
boolean isOnTrack
-
-
-
Package org.jlab.rec.dc.track
-
Class org.jlab.rec.dc.track.Track
class Track extends Trajectory implements Serializable- serialVersionUID:
- 1763744434903318419L
-
Serialized Fields
-
_AssociatedHBTrack
Track _AssociatedHBTrack
-
_CovMat
org.jlab.jnp.matrix.Matrix _CovMat
-
_fitChisq
double _fitChisq
-
_fitConvergenceStatus
int _fitConvergenceStatus
-
_FitNDF
int _FitNDF
-
_hitsOnTrack
List<FittedHit> _hitsOnTrack
-
_Id
int _Id
-
_ListOfHBSegments
List<Segment> _ListOfHBSegments
-
_missingSuperlayer
int _missingSuperlayer
-
_NDFDAF
double _NDFDAF
-
_P
double _P
-
_pAtOrig_TiltedCS
Vector3D _pAtOrig_TiltedCS
-
_pOrig
Vector3D _pOrig
-
_Q
int _Q
-
_Region1CrossDir
Point3D _Region1CrossDir
-
_Region1CrossPoint
Point3D _Region1CrossPoint
-
_Region1TrackP
Point3D _Region1TrackP
-
_Region1TrackX
Point3D _Region1TrackX
-
_Region3CrossDir
Point3D _Region3CrossDir
-
_Region3CrossPoint
Point3D _Region3CrossPoint
-
_singleSuperlayer
Segment _singleSuperlayer
-
_StateVecAtReg1MiddlePlane
StateVec _StateVecAtReg1MiddlePlane
-
_Status_crossCombo
int _Status_crossCombo
Status for different cross combos: 1: combos from R0R1R2R3 2: combos from R1R2R3 3: combos from R0R2R3 4: combos from R0R1R3 5: combos from R0R1R2 -
_totPathLen
double _totPathLen
-
_trakOrig
Point3D _trakOrig
-
_trking
String _trking
-
_Vtx0_TiltedCS
Point3D _Vtx0_TiltedCS
-
finalStateVec
StateVec finalStateVec
-
fit_Successful
boolean fit_Successful
-
isAITrack
boolean isAITrack
-
-
-
Package org.jlab.rec.dc.trajectory
-
Class org.jlab.rec.dc.trajectory.Road
-
Serialized Fields
-
a
double[] a
-
id
int id
-
-
-
Class org.jlab.rec.dc.trajectory.StateVec
class StateVec extends Jama.Matrix implements Serializable- serialVersionUID:
- 1874984192960130771L
-
Serialized Fields
-
_DAFWeight
double _DAFWeight
-
_isDoubleHit
int _isDoubleHit
-
_PathLength
double _PathLength
-
_planeIdx
int _planeIdx
-
b
double b
-
h
double h
-
hw
double hw
-
z
double z
-
-
Class org.jlab.rec.dc.trajectory.TrackVec
class TrackVec extends Jama.Matrix implements Serializable- serialVersionUID:
- 1874984192960130771L
-
Serialized Fields
-
_sector
int _sector
-
FrameRefId
int FrameRefId
-
z
double z
-
-
Class org.jlab.rec.dc.trajectory.Trajectory
-
Serialized Fields
-
a
double a
-
id
int id
-
integratedBdL
double integratedBdL
-
pathLength
double pathLength
-
sector
int sector
-
stateVecs
List<StateVec> stateVecs
-
trajStateVecs
List<Trajectory.TrajectoryStateVec> trajStateVecs
-
-
-
-
Package org.jlab.rec.fmt.cluster
-
Class org.jlab.rec.fmt.cluster.Cluster
- serialVersionUID:
- 9153980362683755204L
-
Serialized Fields
-
_AssociatedCrossIndex
int _AssociatedCrossIndex
-
_AssociatedTrackIndex
int _AssociatedTrackIndex
-
_Centroid
double _Centroid
-
_CentroidError
double _CentroidError
-
_CentroidResidual
double _CentroidResidual
-
_Doca
double _Doca
-
_GlobalSegment
Line3D _GlobalSegment
-
_Index
int _Index
-
_Layer
int _Layer
-
_LocalSegment
Line3D _LocalSegment
-
_MaxStrip
int _MaxStrip
-
_MinStrip
int _MinStrip
-
_SeedEnergy
double _SeedEnergy
-
_SeedIndex
int _SeedIndex
-
_SeedStrip
int _SeedStrip
-
_SeedTime
double _SeedTime
-
_Time
double _Time
-
_TotalEnergy
double _TotalEnergy
-
-
-
Package org.jlab.rec.fmt.cross
-
Package org.jlab.rec.ft.cal
-
Class org.jlab.rec.ft.cal.FTCALCluster
- serialVersionUID:
- 1L
-
Serialized Fields
-
_clusID
int _clusID
-
_clusStat
boolean _clusStat
-
-
-
Package org.jlab.rec.ft.hodo
-
Class org.jlab.rec.ft.hodo.FTHODOCluster
- serialVersionUID:
- 1L
-
Serialized Fields
-
_clusID
int _clusID
-
-
-
Package org.jlab.rec.ft.trk
-
Class org.jlab.rec.ft.trk.FTTRKCluster
- serialVersionUID:
- 9153980362683755204L
-
Serialized Fields
-
_AssociatedCrossID
int _AssociatedCrossID
-
_AssociatedTrackID
int _AssociatedTrackID
-
_Centroid
double _Centroid
-
_CentroidError
double _CentroidError
-
_CId
int _CId
-
_Layer
int _Layer
-
_MaxStrip
int _MaxStrip
-
_MinStrip
int _MinStrip
-
_Sector
int _Sector
-
_SeedEnergy
double _SeedEnergy
-
_SeedStrip
int _SeedStrip
-
_StripSegment
Line3D _StripSegment
-
_TotalEnergy
double _TotalEnergy
-
-
-
Package org.jlab.rec.rich
-
Class org.jlab.rec.rich.RICHCluster
-
Serialized Fields
-
clusid
int clusid
A cluster in the RICH consists of an array of anodes in one PMT -
signal
int signal
-
-
-
-
Package org.jlab.rec.tof.cluster
-
Class org.jlab.rec.tof.cluster.Cluster
- serialVersionUID:
- 8662188140594350690L
-
Serialized Fields
-
_Energy
double _Energy
-
_EnergyUnc
double _EnergyUnc
-
_Id
int _Id
-
_Panel
int _Panel
-
_pathLengthThruBar
double _pathLengthThruBar
-
_Sector
int _Sector
-
_StatusWord
int _StatusWord
-
_t
double _t
-
_tUn
double _tUn
-
_x
double _x
-
_xTrk
double[] _xTrk
-
_y
double _y
-
_y_loc
double _y_loc
-
_y_locUnc
double _y_locUnc
-
_yTrk
double[] _yTrk
-
_z
double _z
-
_zTrk
double[] _zTrk
-
-
-
Package org.jlab.rec.tof.cluster.ftof
-
Class org.jlab.rec.tof.cluster.ftof.ClusterMatcher
-
Serialized Fields
-
_deltaPathLen
double[] _deltaPathLen
-
_tCorr
double[] _tCorr
-
_tMatch
double _tMatch
-
_xMatch
double _xMatch
-
_yMatch
double _yMatch
-
_zMatch
double _zMatch
-
Beta
double Beta
-
-
-
-
Package org.jlab.service.recoil
-
Class org.jlab.service.recoil.RecoilCluster
-
Serialized Fields
-
clusterLine
Line3D clusterLine
-
clusterStatus
byte clusterStatus
-
desc
DetectorDescriptor desc
-
id
int id
-
indexMaxStrip
int indexMaxStrip
-
-
-
-
Package org.jlab.service.urwell
-
Class org.jlab.service.urwell.URWellCluster
-
Serialized Fields
-
clusterLine
Line3D clusterLine
-
clusterStatus
byte clusterStatus
-
desc
DetectorDescriptor desc
-
id
int id
-
indexMaxStrip
int indexMaxStrip
-
-
-
-
Package org.jlab.utils.groups
-
Class org.jlab.utils.groups.IndexedTable
class IndexedTable extends DefaultTableModel implements Serializable-
Serialized Fields
-
constrains
Map<Integer,
List<IndexedTable.RowConstraint>> constrains -
DEBUG_MODE
int DEBUG_MODE
-
entries
IndexedList<IndexedTable.IndexedEntry> entries
-
entryMap
Map<String,
Integer> entryMap -
entryNames
List<String> entryNames
-
entryTypes
Map<String,
String> entryTypes -
indexNames
List<String> indexNames
-
precisionFormat
String precisionFormat
-
-
-
Class org.jlab.utils.groups.IndexedTable.IndexedCellRenderer
class IndexedCellRenderer extends DefaultTableCellRenderer implements Serializable -
Class org.jlab.utils.groups.IndexedTableViewer
class IndexedTableViewer extends JPanel implements Serializable-
Serialized Fields
-
indexedTable
IndexedTable indexedTable
-
uiTable
JTable uiTable
-
-
-