Package org.jlab.clas.detector
Class CherenkovResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.CherenkovResponse
- Author:
- baltzell
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidintfindClosestTrack(List<DetectorParticle> parts) getCross(DetectorParticle part) doubledoublegetDeltaPhi(double phi1, double phi2) Wrap delta-phi into -pi/pi:doublegetIntersection(Line3D line) doublegetNphe()getTrackResidual(DetectorParticle particle) getTrackResidual(Line3D particleTrack) static List<DetectorResponse>readHipoEvent(DataEvent event, String bankName, DetectorType type) voidsetHitPosition(double x, double y, double z) Methods inherited from class org.jlab.clas.detector.DetectorResponseaddAssociation, 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- 
CherenkovResponsepublic CherenkovResponse()
- 
CherenkovResponse
- 
CherenkovResponsepublic CherenkovResponse(double dtheta, double dphi) 
 
- 
- 
Method Details- 
copy
- 
getNphepublic double getNphe()
- 
getDeltaThetapublic double getDeltaTheta()
- 
getDeltaPhipublic double getDeltaPhi()
- 
getHitPosition
- 
setHitPositionpublic void setHitPosition(double x, double y, double z) 
- 
getDeltaPhipublic double getDeltaPhi(double phi1, double phi2) Wrap delta-phi into -pi/pi:
- 
getIntersection
- 
getTrackResidual
- 
getTrackResidual
- 
getCross
- 
findClosestTrack
- 
readHipoEventpublic static List<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type) 
 
-