Uses of Class
org.jlab.rec.atof.hit.ATOFHit
Packages that use ATOFHit
-
Uses of ATOFHit in org.jlab.rec.atof.banks
Method parameters in org.jlab.rec.atof.banks with type arguments of type ATOFHitModifier and TypeMethodDescriptionint
RecoBankWriter.appendATOFBanks
(org.jlab.io.base.DataEvent event, ArrayList<ATOFHit> wedgeHits, ArrayList<BarHit> barHits, ArrayList<ATOFCluster> clusterList) Appends the atof banks to an event.static org.jlab.io.base.DataBank
RecoBankWriter.fillATOFHitBank
(org.jlab.io.base.DataEvent event, ArrayList<ATOFHit> wedgeHits, ArrayList<BarHit> barHits) Writes the bank of atof hits. -
Uses of ATOFHit in org.jlab.rec.atof.cluster
Methods in org.jlab.rec.atof.cluster with type parameters of type ATOFHitModifier and TypeMethodDescription<T extends ATOFHit>
voidClusterFinder.clusterHits
(int i, ArrayList<T> hits, ATOFHit this_hit, double sigma_module, Number sigma_z, double sigma_t, int cluster_id, ArrayList<? super T> this_cluster_hits) Cluster hits around a given hit, based on the time and geometric proximity.Methods in org.jlab.rec.atof.cluster that return ATOFHitModifier and TypeMethodDescriptionfinal ATOFHit
ATOFCluster.getMaxHit()
Retrieve the hit with maximal energy in the cluster.final ATOFHit
ATOFCluster.getMaxWedgeHit()
Computes the wedge hit with maximal energy in the cluster.Methods in org.jlab.rec.atof.cluster that return types with arguments of type ATOFHitMethods in org.jlab.rec.atof.cluster with parameters of type ATOFHitModifier and TypeMethodDescription<T extends ATOFHit>
voidClusterFinder.clusterHits
(int i, ArrayList<T> hits, ATOFHit this_hit, double sigma_module, Number sigma_z, double sigma_t, int cluster_id, ArrayList<? super T> this_cluster_hits) Cluster hits around a given hit, based on the time and geometric proximity.int
ClusterFinder.computeDeltaModule
(ATOFHit hit, ATOFHit otherhit) Computes the module difference between twoATOFHit
.Method parameters in org.jlab.rec.atof.cluster with type arguments of type ATOFHit -
Uses of ATOFHit in org.jlab.rec.atof.hit
Subclasses of ATOFHit in org.jlab.rec.atof.hitMethods in org.jlab.rec.atof.hit that return ATOFHitMethods in org.jlab.rec.atof.hit that return types with arguments of type ATOFHitMethods in org.jlab.rec.atof.hit with parameters of type ATOFHitModifier and TypeMethodDescriptionboolean
Compares two ATOFHit objects to check if they match in the bar.void
BarHit.setHitDown
(ATOFHit hit_down) void
Method parameters in org.jlab.rec.atof.hit with type arguments of type ATOFHitConstructors in org.jlab.rec.atof.hit with parameters of type ATOFHit