Package org.jlab.clas.detector
Class ScintillatorResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.ScintillatorResponse
- Author:
- jnewton, baltzell
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidshortfloatgetDedx()bytestatic List<DetectorResponse>readHipoEvent(DataEvent event, String bankName, DetectorType type) voidsetClusterSize(short size) voidsetDedx(float dedx) 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- 
ScintillatorResponsepublic ScintillatorResponse()
- 
ScintillatorResponse
- 
ScintillatorResponsepublic ScintillatorResponse(int sector, int layer, int component) 
 
- 
- 
Method Details- 
getDedxpublic float getDedx()
- 
setDedxpublic void setDedx(float dedx) 
- 
getClusterSizepublic short getClusterSize()
- 
setClusterSizepublic void setClusterSize(short size) 
- 
getLayerMultiplicitypublic byte getLayerMultiplicity()
- 
copy
- 
readHipoEventpublic static List<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type) 
 
-