Uses of Class
org.jlab.geom.prim.Plane3D
Packages that use Plane3D
Package
Description
-
Uses of Plane3D in org.jlab.clas.tracking.kalmanfilter
Fields in org.jlab.clas.tracking.kalmanfilter declared as Plane3DConstructors in org.jlab.clas.tracking.kalmanfilter with parameters of type Plane3D -
Uses of Plane3D in org.jlab.detector.geant4.v2
Methods in org.jlab.detector.geant4.v2 that return Plane3DModifier and TypeMethodDescriptionECGeant4Factory.getFrontalFace
(int sector) FTOFGeant4Factory.getFrontalFace
(int sector, int layer) PCALGeant4Factory.getFrontalFace
(int sector) FTOFGeant4Factory.getMidPlane
(int sector, int layer) -
Uses of Plane3D in org.jlab.detector.geant4.v2.recoil
Methods in org.jlab.detector.geant4.v2.recoil that return Plane3D -
Uses of Plane3D in org.jlab.detector.geant4.v2.URWELL
Methods in org.jlab.detector.geant4.v2.URWELL that return Plane3D -
Uses of Plane3D in org.jlab.detector.geom.RICH
Methods in org.jlab.detector.geom.RICH that return Plane3DModifier and TypeMethodDescriptionRICHGeoFactory.get_AeroforTraj
(int isec, int ilayer) RICHGeoFactory.get_MaPMTforTraj
(int isec) RICHGeoFactory.get_TrajPlane
(int isec, int iplane) RICHLayer.get_TrajPlane()
-
Uses of Plane3D in org.jlab.geom.abs
Methods in org.jlab.geom.abs that return Plane3D -
Uses of Plane3D in org.jlab.geom.base
Methods in org.jlab.geom.base that return Plane3DModifier and TypeMethodDescriptionLayer.getPlane()
Returns a plane on the up-beam surface of this layer such that in the local coordinate system the reference point is at x = 0 y = 0, the z-coordinate is equal to the the minimum of the z-coordinates of the points in the surface boundary, and the normal is pointing down-beam. -
Uses of Plane3D in org.jlab.geom.detector.alert.AHDC
Methods in org.jlab.geom.detector.alert.AHDC that return Plane3DModifier and TypeMethodDescriptionAlertDCLayer.getMidplane()
Returns the plane that bisects the region containing the layer. -
Uses of Plane3D in org.jlab.geom.detector.dc
Methods in org.jlab.geom.detector.dc that return Plane3DModifier and TypeMethodDescriptionDCLayer.getMidplane()
Returns the plane that bisects the the region containing the layer.DCSector.getRegionMiddlePlane
(int regionId) Constructs a newPlane3D
half way between the two superlayers in the region at the specified index with the normal of the plane facing away from the target. -
Uses of Plane3D in org.jlab.geom.prim
Methods in org.jlab.geom.prim that return Plane3DModifier and TypeMethodDescriptionSector3D.plane()
Trap3D.plane()
Constructs the plane representing the trapezoid surfaceTriangle3D.plane()
Constructs the the plane of thisTriangle3D
.Methods in org.jlab.geom.prim with parameters of type Plane3DModifier and TypeMethodDescriptionvoid
Sets the reference point and normal of this plane to coincide with the reference point and normal of the given plane.int
Plane3D.intersection
(Plane3D plane, Line3D intersect) Finds the intersection of the given plane with this plane.boolean
Plane3D.intersection
(Plane3D plane1, Plane3D plane2, Point3D intersect) Finds the intersection of the two given planes and this plane.Constructors in org.jlab.geom.prim with parameters of type Plane3D -
Uses of Plane3D in org.jlab.rec.cvt.svt
Methods in org.jlab.rec.cvt.svt that return Plane3DMethods in org.jlab.rec.cvt.svt with parameters of type Plane3DModifier and TypeMethodDescriptionSVTGeometry.getStripProjection
(Line3D strip, Plane3D plane, Vector3D dir) -
Uses of Plane3D in org.jlab.rec.dc.segment
Methods in org.jlab.rec.dc.segment that return Plane3D -
Uses of Plane3D in org.jlab.rec.dc.trajectory
Methods in org.jlab.rec.dc.trajectory that return Plane3DMethods in org.jlab.rec.dc.trajectory with parameters of type Plane3DConstructors in org.jlab.rec.dc.trajectory with parameters of type Plane3DModifierConstructorDescriptionSurface
(DetectorType type, int sector, int layer, Plane3D plane) Surface
(DetectorType type, int sector, int layer, Plane3D plane, Surface.Contour contour, double thickness)