Package org.jlab.rec.band.hit
Class BandHitFinder
java.lang.Object
org.jlab.rec.band.hit.BandHitFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedHitFinder
(ArrayList<BandHit> coincidences, boolean hasvetohit) findGoodHits
(ArrayList<BandHitCandidate> candidates) author: Efrain Segarra, Florian Hauenstein.
-
Constructor Details
-
BandHitFinder
public BandHitFinder()
-
-
Method Details
-
findGoodHits
author: Efrain Segarra, Florian Hauenstein. This class contains the core of the code. The find hits method reconstruct good band hits from raw hits using various cuts and matching. For the start good hits are defined with only up to 5 coincidence hit in the active area of a BAND area and no hit in the veto counters. TODO: - more sophisticated stuff for vetoing - keeping track of pmts that have already been matched -
advancedHitFinder
-