Uses of Enum Class
org.jlab.geom.DetectorId
Packages that use DetectorId
Package
Description
-
Uses of DetectorId in org.jlab.geom
Methods in org.jlab.geom that return DetectorIdModifier and TypeMethodDescriptionDetectorHit.getDetectorId()
Returns the detector id of this hit.static DetectorId
DetectorId.getId
(int number) Returns the DetectorId corresponding to the given id number or UNDEFINED if no DetectorId matches the given id number.static DetectorId
Returns the DetectorId corresponding to the given name or UNDEFINED if no DetectorId matches the given name.static DetectorId
Returns the enum constant of this class with the specified name.static DetectorId[]
DetectorId.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jlab.geom with parameters of type DetectorIdModifierConstructorDescriptionDetectorHit
(DetectorId detectorId, int sectorId, int superlayerId, int layerId, int componentId, Point3D hitPosition) Constructs a newDetectorHit
at the given position with the detector, sector, superlayer, layer, and component ids all set to 0.DetectorHit
(DetectorId detectorId, int sectorId, int superlayerId, int layerId, int componentId, Point3D hitPosition, Vector3D direction) -
Uses of DetectorId in org.jlab.geom.abs
Methods in org.jlab.geom.abs that return DetectorIdModifier and TypeMethodDescriptionfinal DetectorId
AbstractDetector.getDetectorId()
final DetectorId
AbstractLayer.getDetectorId()
final DetectorId
AbstractSector.getDetectorId()
AbstractSuperlayer.getDetectorId()
Constructors in org.jlab.geom.abs with parameters of type DetectorIdModifierConstructorDescriptionprotected
AbstractDetector
(DetectorId detectorId) Initializes an empty AbstractDetector with the given id.protected
AbstractLayer
(DetectorId detectorId, int sectorId, int superlayerId, int layerId, boolean useBoundaryAsHitFilter) Initializes an empty AbstractLayer with the given id.protected
AbstractSector
(DetectorId detectorId, int sectorId) Initializes an empty AbstractSector with the given id.protected
AbstractSuperlayer
(DetectorId detectorId, int sectorId, int superlayerId) Initializes an empty AbstractSuperlayer with the given id. -
Uses of DetectorId in org.jlab.geom.base
Methods in org.jlab.geom.base that return DetectorIdModifier and TypeMethodDescriptionDetector.getDetectorId()
Returns the id of this detector.Layer.getDetectorId()
Returns the id of the detector that this layer is contained in.Sector.getDetectorId()
Returns the id of the detector that this sector is contained in.Superlayer.getDetectorId()
Returns the id of the detector that this superlayer is contained in. -
Uses of DetectorId in org.jlab.geom.detector.dc
Constructors in org.jlab.geom.detector.dc with parameters of type DetectorIdModifierConstructorDescriptionDCDetector
(DetectorId id) DCLayer
(DetectorId id, int sectorId, int superlayerId, int layerId) DCSector
(DetectorId id, int sectorId) DCSuperlayer
(DetectorId id, int sectorId, int superlayerId) -
Uses of DetectorId in org.jlab.geom.gui
Fields in org.jlab.geom.gui declared as DetectorIdConstructors in org.jlab.geom.gui with parameters of type DetectorIdModifierConstructorDescriptionDetectorShape3D
(DetectorId type, int sector, int layer, int component)