hep.lcd.recon.tracking
Class CombinedReco

java.lang.Object
  |
  +--hep.analysis.EventHandler
        |
        +--hep.analysis.EventAnalyzer
              |
              +--hep.lcd.util.driver.Driver
                    |
                    +--hep.lcd.recon.tracking.CombinedReco

public final class CombinedReco
extends Driver

Picks up LCD events within JAS framework and passes 3D points to pattern recognition software

Source Code:
CombinedReco.java

Field Summary
static int FirstEvent
           
static int LastEvent
           
 
Fields inherited from class hep.analysis.EventHandler
out
 
Constructor Summary
CombinedReco()
           
CombinedReco(boolean hist)
           
 
Methods inherited from class hep.lcd.util.driver.Driver
add, afterLastEvent, beforeFirstEvent, clearContext, contains, getDebugLevel, getHistogramLevel, getName, getSeed, process, processEvent, remove, setContext, setDebugLevel, setDetector, setHistogramLevel, setSeed, start, stop
 
Methods inherited from class hep.analysis.EventHandler
histogram, histogram, sendMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FirstEvent

public static final int FirstEvent

LastEvent

public static final int LastEvent
Constructor Detail

CombinedReco

public CombinedReco()

CombinedReco

public CombinedReco(boolean hist)


The LCD Group