hep.lcd.recon
Class ReconDriver

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

public class ReconDriver
extends Driver

Source Code:
ReconDriver.java

Fields inherited from class hep.analysis.EventHandler
out
 
Constructor Summary
ReconDriver()
          Default constructor creates a reconstructor that will use the fast tracking simulation and jrb clustering algorithm
 
Method Summary
static void main(String[] argv)
          Used for standalone reconstruction
 
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
 

Constructor Detail

ReconDriver

public ReconDriver()
Default constructor creates a reconstructor that will use the fast tracking simulation and jrb clustering algorithm
Method Detail

main

public static void main(String[] argv)
Used for standalone reconstruction


The LCD Group