Class DetectorEventDecoder

java.lang.Object
org.jlab.detector.decode.DetectorEventDecoder

public class DetectorEventDecoder extends Object
Author:
gavalian
  • Constructor Details Link icon

    • DetectorEventDecoder Link icon

      public DetectorEventDecoder(boolean development)
    • DetectorEventDecoder Link icon

      public DetectorEventDecoder()
  • Method Details Link icon

    • setTimestamp Link icon

      public void setTimestamp(String timestamp)
    • setVariation Link icon

      public void setVariation(String variation)
    • setRunNumber Link icon

      public void setRunNumber(int run)
    • getRunNumber Link icon

      public int getRunNumber()
    • getRcdbTorusScale Link icon

      public float getRcdbTorusScale()
    • getRcdbSolenoidScale Link icon

      public float getRcdbSolenoidScale()
    • initDecoderDev Link icon

      public final void initDecoderDev()
    • initDecoder Link icon

      public final void initDecoder()
    • translate Link icon

      public void translate(List<DetectorDataDgtz> detectorData)
      applies translation table to the digitized data to translate crate,slot channel to sector layer component.
      Parameters:
      detectorData -
    • fitPulses Link icon

      public void fitPulses(List<DetectorDataDgtz> detectorData)
    • filterTDCs Link icon

      public void filterTDCs(List<DetectorDataDgtz> detectorData)