Package org.jlab.clas.detector
Class ScintillatorResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.ScintillatorResponse
- Author:
- jnewton, baltzell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
short
float
getDedx()
byte
static List<DetectorResponse>
readHipoEvent
(org.jlab.io.base.DataEvent event, String bankName, org.jlab.detector.base.DetectorType type) void
setClusterSize
(short size) void
setDedx
(float dedx) 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
-
ScintillatorResponse
public ScintillatorResponse() -
ScintillatorResponse
-
ScintillatorResponse
public ScintillatorResponse(int sector, int layer, int component)
-
-
Method Details
-
getDedx
public float getDedx() -
setDedx
public void setDedx(float dedx) -
getClusterSize
public short getClusterSize() -
setClusterSize
public void setClusterSize(short size) -
getLayerMultiplicity
public byte getLayerMultiplicity() -
copy
-
readHipoEvent
public static List<DetectorResponse> readHipoEvent(org.jlab.io.base.DataEvent event, String bankName, org.jlab.detector.base.DetectorType type)
-