Contents
Class AlertDCWire
java.lang.Object
org.jlab.geom.abs.AbstractComponent
org.jlab.geom.detector.alert.AHDC.ConcaveComponent
org.jlab.geom.detector.alert.AHDC.AlertDCWire
- All Implemented Interfaces:
Component
,Transformable
,Showable
- Author:
- sergeyeva
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jlab.geom.detector.alert.AHDC.ConcaveComponent
getDirection, getLength, getLine, getVolumeIntersection, onRotateX, onRotateY, onRotateZ, onTranslateXYZ
Methods inherited from class org.jlab.geom.abs.AbstractComponent
addVolumeEdge, addVolumePoint, addVolumeTriangleFace, getComponentId, getMidpoint, getNumVolumeEdges, getNumVolumePoints, getVolumeCrossSection, getVolumeEdge, getVolumePoint, getVolumeShape, rotateX, rotateY, rotateZ, show, toString, translateXYZ
-
Constructor Details
-
AlertDCWire
Initializes aALERTDCWire
from the given points. The line will be from the middle of the bottom face to the middle of the top face.- Parameters:
componentId
- the id of the componentline
- Middle line that represents the signal wirefirstFace
- first face of N pointssecondFace
- second face of N points
-
-
Method Details