Uses of Class
org.jlab.rec.atof.hit.ATOFHit
Packages that use ATOFHit
- 
Uses of ATOFHit in org.jlab.rec.atof.banksMethod parameters in org.jlab.rec.atof.banks with type arguments of type ATOFHitModifier and TypeMethodDescriptionintRecoBankWriter.appendATOFBanks(DataEvent event, ArrayList<ATOFHit> wedgeHits, ArrayList<BarHit> barHits, ArrayList<ATOFCluster> clusterList) Appends the atof banks to an event.static DataBankRecoBankWriter.fillATOFHitBank(DataEvent event, ArrayList<ATOFHit> wedgeHits, ArrayList<BarHit> barHits) Writes the bank of atof hits.
- 
Uses of ATOFHit in org.jlab.rec.atof.clusterMethods 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 ATOFHitATOFCluster.getMaxHit()Retrieve the hit with maximal energy in the cluster.final ATOFHitATOFCluster.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.intClusterFinder.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.hitSubclasses 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 TypeMethodDescriptionbooleanCompares two ATOFHit objects to check if they match in the bar.voidBarHit.setHitDown(ATOFHit hit_down) voidMethod parameters in org.jlab.rec.atof.hit with type arguments of type ATOFHitConstructors in org.jlab.rec.atof.hit with parameters of type ATOFHit