Uses of Class
org.jlab.rec.cvt.hit.Hit
Packages that use Hit
Package
Description
-
Uses of Hit in org.jlab.rec.cvt.banks
Methods in org.jlab.rec.cvt.banks that return types with arguments of type HitModifier and TypeMethodDescriptionHitReader.getBMTHits()
HitReader.getSVTHits()
RecoBankReader.readBMTHitBank
(DataEvent event) RecoBankReader.readBSTHitBank
(DataEvent event) Method parameters in org.jlab.rec.cvt.banks with type arguments of type HitModifier and TypeMethodDescriptionstatic void
RecoBankWriter.appendCVTBanks
(DataEvent event, List<Hit> sVThits, List<Hit> bMThits, List<Cluster> sVTclusters, List<Cluster> bMTclusters, List<ArrayList<Cross>> crosses, List<Seed> seeds, List<Track> tracks) static void
RecoBankWriter.appendCVTCosmicsBanks
(DataEvent event, List<Hit> sVThits, List<Hit> bMThits, List<Cluster> sVTclusters, List<Cluster> bMTclusters, List<ArrayList<Cross>> crosses, List<StraightTrack> seeds, List<StraightTrack> trks) static DataBank
RecoBankWriter.fillBMTHitBank
(DataEvent event, List<Hit> hitlist, String bankName) static DataBank
RecoBankWriter.fillSVTHitBank
(DataEvent event, List<Hit> hitlist, String bankName) RecoBankReader.readBMTClusterBank
(DataEvent event, List<Hit> bmthits) RecoBankReader.readBSTClusterBank
(DataEvent event, List<Hit> svthits) void
HitReader.setBMTHits
(List<Hit> _BMTHits) sets the list of BMT hitsvoid
HitReader.setSVTHits
(List<Hit> _SVTHits) sets the list of SVT hits -
Uses of Hit in org.jlab.rec.cvt.cluster
Subclasses with type arguments of type Hit in org.jlab.rec.cvt.clusterModifier and TypeClassDescriptionclass
A cluster in the BST consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder classMethods in org.jlab.rec.cvt.cluster that return HitMethods in org.jlab.rec.cvt.cluster with parameters of type HitMethod parameters in org.jlab.rec.cvt.cluster with type arguments of type Hit -
Uses of Hit in org.jlab.rec.cvt.hit
Classes in org.jlab.rec.cvt.hit that implement interfaces with type arguments of type HitModifier and TypeClassDescriptionclass
A hit characterized by layer, sector, wire number, and Edep.Methods in org.jlab.rec.cvt.hit with parameters of type Hit -
Uses of Hit in org.jlab.rec.cvt.services
Methods in org.jlab.rec.cvt.services that return types with arguments of type HitModifier and TypeMethodDescriptionCVTReconstruction.getBMThits()
TracksFromTargetRec.getBMThits()
CVTReconstruction.getCVThits()
CVTReconstruction.getSVThits()
TracksFromTargetRec.getSVThits()
CVTReconstruction.readHits
(DataEvent event, IndexedTable svtStatus, IndexedTable bmtStatus, IndexedTable bmtTime, IndexedTable bmtStripVoltage, IndexedTable bmtStripVoltageThresh, IndexedTable adcStatus) -
Uses of Hit in org.jlab.rec.cvt.trajectory
Method parameters in org.jlab.rec.cvt.trajectory with type arguments of type Hit