Class BandHitFinder

java.lang.Object
org.jlab.rec.band.hit.BandHitFinder

public class BandHitFinder extends Object
  • Constructor Details Link icon

    • BandHitFinder Link icon

      public BandHitFinder()
  • Method Details Link icon

    • findGoodHits Link icon

      public ArrayList<BandHit> findGoodHits(ArrayList<BandHitCandidate> candidates)
      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 Link icon

      public ArrayList<BandHit> advancedHitFinder(ArrayList<BandHit> coincidences, boolean hasvetohit)