Class HitReader

java.lang.Object
org.jlab.rec.cvt.banks.HitReader

public class HitReader extends Object
A class to fill in lists of hits corresponding to reconstructed hits characterized by the strip, its location in the detector (layer, sector), its reconstructed time.
Author:
ziegler
  • Constructor Details

    • HitReader

      public HitReader()
  • Method Details

    • getBMTHits

      public List<Hit> getBMTHits()
      Returns:
      a list of BMT hits
    • setBMTHits

      public void setBMTHits(List<Hit> _BMTHits)
      sets the list of BMT hits
      Parameters:
      _BMTHits - list of BMT hits
    • getSVTHits

      public List<Hit> getSVTHits()
      Returns:
      a list of SVT hits
    • setSVTHits

      public void setSVTHits(List<Hit> _SVTHits)
      sets the list of SVT hits
      Parameters:
      _SVTHits - list of SVT hits
    • fetch_BMTHits

      public void fetch_BMTHits(DataEvent event, Swim swim, IndexedTable status, IndexedTable timeCuts, IndexedTable bmtStripVoltage, IndexedTable bmtStripVoltageThresh)
      Gets the BMT hits from the BMT dgtz bank
      Parameters:
      event - the data event
      swim -
      status -
      timeCuts -
    • fetch_SVTHits

      public void fetch_SVTHits(DataEvent event, int omitLayer, int omitHemisphere, IndexedTable status, IndexedTable adcStatus)
      Gets the SVT hits from the BMT dgtz bank
      Parameters:
      event - the data event
      omitLayer -
      omitHemisphere -
      status -
      adcStatus -