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 SummaryConstructors
- 
Method SummaryModifier 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- 
HitReaderpublic HitReader()
 
- 
- 
Method Details- 
getBMTHits- Returns:
- a list of BMT hits
 
- 
setBMTHitssets the list of BMT hits- Parameters:
- _BMTHits- list of BMT hits
 
- 
getSVTHits- Returns:
- a list of SVT hits
 
- 
setSVTHitssets the list of SVT hits- Parameters:
- _SVTHits- list of SVT hits
 
- 
fetch_BMTHitspublic 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_SVTHitspublic 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-
 
 
-