Class ScintillatorResponse

java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.ScintillatorResponse

public class ScintillatorResponse extends DetectorResponse
Author:
jnewton, baltzell
  • Constructor Details

    • ScintillatorResponse

      public ScintillatorResponse()
    • ScintillatorResponse

      public ScintillatorResponse(ScintillatorResponse r)
    • 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

      public void copy(ScintillatorResponse r)
    • readHipoEvent

      public static List<DetectorResponse> readHipoEvent(org.jlab.io.base.DataEvent event, String bankName, org.jlab.detector.base.DetectorType type)