Package org.jlab.clas.detector
Class TaggerResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.TaggerResponse
- Author:
- baltzell
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidintgetID()doubleintgetSize()static List<DetectorResponse>readHipoEvent(DataEvent event, String bankName, DetectorType type) voidsetID(int id) voidsetMomentum(double px, double py, double pz) voidsetPositionWidth(double x, double y, double z) voidsetRadius(double r) voidsetSize(int q) 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- 
TaggerResponsepublic TaggerResponse()
- 
TaggerResponse
 
- 
- 
Method Details- 
setIDpublic void setID(int id) 
- 
setSizepublic void setSize(int q) 
- 
setRadiuspublic void setRadius(double r) 
- 
getSizepublic int getSize()
- 
getIDpublic int getID()
- 
getRadiuspublic double getRadius()
- 
copy
- 
getMomentum
- 
setMomentumpublic void setMomentum(double px, double py, double pz) 
- 
getPositionWidth
- 
setPositionWidthpublic void setPositionWidth(double x, double y, double z) 
- 
readHipoEventpublic static List<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type) 
 
-