Package org.jlab.rec.cvt.banks
Class HitReader
java.lang.Object
org.jlab.rec.cvt.banks.HitReader
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfetch_BMTHits(DataEvent event, Swim swim, IndexedTable status, IndexedTable timeCuts, IndexedTable bmtStripVoltage, IndexedTable bmtStripVoltageThresh) Gets the BMT hits from the BMT dgtz bankvoidfetch_SVTHits(DataEvent event, int omitLayer, int omitHemisphere, IndexedTable status, IndexedTable adcStatus) Gets the SVT hits from the BMT dgtz bankvoidsetBMTHits(List<Hit> _BMTHits) sets the list of BMT hitsvoidsetSVTHits(List<Hit> _SVTHits) sets the list of SVT hits
-
Constructor Details
-
HitReader
public HitReader()
-
-
Method Details
-
getBMTHits
- Returns:
- a list of BMT hits
-
setBMTHits
sets the list of BMT hits- Parameters:
_BMTHits- list of BMT hits
-
getSVTHits
- Returns:
- a list of SVT hits
-
setSVTHits
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 eventswim-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 eventomitLayer-omitHemisphere-status-adcStatus-
-