Package org.jlab.clas.detector
Class TaggerResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.TaggerResponse
- Author:
- baltzell
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.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
-
TaggerResponse
public TaggerResponse() -
TaggerResponse
-
-
Method Details
-
setID
public void setID(int id) -
setSize
public void setSize(int q) -
setRadius
public void setRadius(double r) -
getSize
public int getSize() -
getID
public int getID() -
getRadius
public double getRadius() -
copy
-
getMomentum
-
setMomentum
public void setMomentum(double px, double py, double pz) -
getPositionWidth
-
setPositionWidth
public void setPositionWidth(double x, double y, double z) -
readHipoEvent
public static List<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type)
-