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 TypeMethodDescriptionvoid
int
getID()
double
int
getSize()
static List<DetectorResponse>
readHipoEvent
(DataEvent event, String bankName, DetectorType type) void
setID
(int id) void
setMomentum
(double px, double py, double pz) void
setPositionWidth
(double x, double y, double z) void
setRadius
(double r) void
setSize
(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)
-