Contents
- Description
- Nested Class Summary
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- copy(CherenkovResponse)
- getNphe()
- getDeltaTheta()
- getDeltaPhi()
- getHitPosition()
- setHitPosition(double, double, double)
- getDeltaPhi(double, double)
- getIntersection(Line3D)
- getTrackResidual(Line3D)
- getTrackResidual(DetectorParticle)
- getCross(DetectorParticle)
- findClosestTrack(List)
- readHipoEvent(DataEvent, String, DetectorType)
Class CherenkovResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.CherenkovResponse
- Author:
- baltzell
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
findClosestTrack
(List<DetectorParticle> parts) org.jlab.geom.prim.Line3D
getCross
(DetectorParticle part) double
double
getDeltaPhi
(double phi1, double phi2) Wrap delta-phi into -pi/pi:double
org.jlab.geom.prim.Point3D
org.jlab.geom.prim.Point3D
getIntersection
(org.jlab.geom.prim.Line3D line) double
getNphe()
getTrackResidual
(DetectorParticle particle) getTrackResidual
(org.jlab.geom.prim.Line3D particleTrack) static List
<DetectorResponse> readHipoEvent
(org.jlab.io.base.DataEvent event, String bankName, org.jlab.detector.base.DetectorType type) void
setHitPosition
(double x, double y, double z) Methods inherited from class org.jlab.clas.detector.DetectorResponse
addAssociation, clearAssociations, copy, getAssociation, getAssociation, getDescriptor, getEnergy, getHitIndex, getListByEnergy, getListByLayer, getListBySector, getListBySectorLayer, getMatchedDistance, getMatchedPosition, getNAssociations, getPath, getPindexMask, getPosition, getSector, getSector, getStatus, getTime, hasAssociation, readHipoEvent, setAssociation, setEnergy, setHitIndex, setMatchPosition, setPath, setPosition, setStatus, setTime, toString
-
Constructor Details
-
Method Details
-
copy
-
getNphe
public double getNphe() -
getDeltaTheta
public double getDeltaTheta() -
getDeltaPhi
public double getDeltaPhi() -
getHitPosition
public org.jlab.geom.prim.Point3D getHitPosition() -
setHitPosition
public void setHitPosition(double x, double y, double z) -
getDeltaPhi
public double getDeltaPhi(double phi1, double phi2) Wrap delta-phi into -pi/pi: -
getIntersection
public org.jlab.geom.prim.Point3D getIntersection(org.jlab.geom.prim.Line3D line) -
getTrackResidual
-
getTrackResidual
-
getCross
-
findClosestTrack
-
readHipoEvent
public static List<DetectorResponse> readHipoEvent(org.jlab.io.base.DataEvent event, String bankName, org.jlab.detector.base.DetectorType type)
-