Package org.jlab.rec.cvt.services
Class CVTReconstruction
java.lang.Object
org.jlab.rec.cvt.services.CVTReconstruction
- Author:
- ziegler, devita
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic double[]getBeamSpot(DataEvent event, IndexedTable beamPos) intintreadHits(DataEvent event, IndexedTable svtStatus, IndexedTable bmtStatus, IndexedTable bmtTime, IndexedTable bmtStripVoltage, IndexedTable bmtStripVoltageThresh, IndexedTable adcStatus) voidsetTotalNbTruHits(int aTotalNbTruHits) 
- 
Constructor Details- 
CVTReconstructionpublic CVTReconstruction()
- 
CVTReconstruction
 
- 
- 
Method Details- 
readHitspublic List<ArrayList<Hit>> readHits(DataEvent event, IndexedTable svtStatus, IndexedTable bmtStatus, IndexedTable bmtTime, IndexedTable bmtStripVoltage, IndexedTable bmtStripVoltageThresh, IndexedTable adcStatus) 
- 
findClusters
- 
findCrosses
- 
getRun
- 
getBeamSpot
- 
getCVThits
- 
getSVThits
- 
getBMThits
- 
getCVTclusters
- 
getSVTclusters
- 
getBMTclusters
- 
getCVTcrosses
- 
getSVTcrosses
- 
getBMTcrosses
- 
getTotalNbTruHitspublic int getTotalNbTruHits()- Returns:
- the totalNbTruHits
 
- 
setTotalNbTruHitspublic void setTotalNbTruHits(int aTotalNbTruHits) - Parameters:
- aTotalNbTruHits- the totalNbTruHits to set
 
 
-