Uses of Enum Class
org.jlab.geom.DetectorId
Packages that use DetectorId
Package
Description
- 
Uses of DetectorId in org.jlab.geomMethods in org.jlab.geom that return DetectorIdModifier and TypeMethodDescriptionDetectorHit.getDetectorId()Returns the detector id of this hit.static DetectorIdDetectorId.getId(int number) Returns the DetectorId corresponding to the given id number or UNDEFINED if no DetectorId matches the given id number.static DetectorIdReturns the DetectorId corresponding to the given name or UNDEFINED if no DetectorId matches the given name.static DetectorIdReturns 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 newDetectorHitat 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.absMethods in org.jlab.geom.abs that return DetectorIdModifier and TypeMethodDescriptionfinal DetectorIdAbstractDetector.getDetectorId()final DetectorIdAbstractLayer.getDetectorId()final DetectorIdAbstractSector.getDetectorId()AbstractSuperlayer.getDetectorId()Constructors in org.jlab.geom.abs with parameters of type DetectorIdModifierConstructorDescriptionprotectedAbstractDetector(DetectorId detectorId) Initializes an empty AbstractDetector with the given id.protectedAbstractLayer(DetectorId detectorId, int sectorId, int superlayerId, int layerId, boolean useBoundaryAsHitFilter) Initializes an empty AbstractLayer with the given id.protectedAbstractSector(DetectorId detectorId, int sectorId) Initializes an empty AbstractSector with the given id.protectedAbstractSuperlayer(DetectorId detectorId, int sectorId, int superlayerId) Initializes an empty AbstractSuperlayer with the given id.
- 
Uses of DetectorId in org.jlab.geom.baseMethods 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.dcConstructors 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.guiFields 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)