Class DetectorEventDecoder

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

public class DetectorEventDecoder extends Object
Author:
gavalian
  • Constructor Details

    • DetectorEventDecoder

      public DetectorEventDecoder(boolean development)
    • DetectorEventDecoder

      public DetectorEventDecoder()
  • Method Details

    • setTimestamp

      public void setTimestamp(String timestamp)
    • setVariation

      public void setVariation(String variation)
    • setRunNumber

      public void setRunNumber(int run)
    • getRunNumber

      public int getRunNumber()
    • getRcdbTorusScale

      public float getRcdbTorusScale()
    • getRcdbSolenoidScale

      public float getRcdbSolenoidScale()
    • initDecoderDev

      public final void initDecoderDev()
    • initDecoder

      public final void initDecoder()
    • translate

      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

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

      public void filterTDCs(List<DetectorDataDgtz> detectorData)