Package org.jlab.rec.ft.cal
Class FTCALReconstruction
java.lang.Object
org.jlab.rec.ft.cal.FTCALReconstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindClusters
(List<FTCALHit> hits, ConstantsManager manager, int run) initFTCAL
(DataEvent event, ConstantsManager manager, int run) readRawHits
(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster) readRawHitsHipo
(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster, IndexedTable status) void
selectClusters
(List<FTCALCluster> clusters, ConstantsManager manager, int run) selectHits
(List<FTCALHit> allhits, ConstantsManager manager, int run) void
writeBanks
(DataEvent event, List<FTCALHit> hits, List<FTCALCluster> clusters, ConstantsManager manager, int run)
-
Field Details
-
debugMode
public int debugMode
-
-
Constructor Details
-
FTCALReconstruction
public FTCALReconstruction()
-
-
Method Details
-
initFTCAL
-
selectHits
-
findClusters
-
selectClusters
-
writeBanks
public void writeBanks(DataEvent event, List<FTCALHit> hits, List<FTCALCluster> clusters, ConstantsManager manager, int run) -
readRawHits
public List<FTCALHit> readRawHits(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster) -
readRawHitsHipo
public List<FTCALHit> readRawHitsHipo(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster, IndexedTable status)
-