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 TypeMethodDescriptionvoidshortfloatgetDedx()bytestatic List<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type) voidsetClusterSize(short size) voidsetDedx(float dedx) Methods inherited from class 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(DataEvent event, String bankName, DetectorType type)
-