hep.lcd.recon.cluster.radial
Class RadialClusterDriver

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

public final class RadialClusterDriver
extends Driver

Bare bones driver for RadialClusterBuilder. Can be used within JAS or standalone.

Source Code:
RadialClusterDriver.java

Fields inherited from class hep.analysis.EventHandler
out
 
Constructor Summary
RadialClusterDriver()
           
 
Method Summary
static void main(String[] argv)
          Only used when running standalone Start by opening dataset which must be local.
 
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

RadialClusterDriver

public RadialClusterDriver()
Method Detail

main

public static void main(String[] argv)
                 throws Exception
Only used when running standalone Start by opening dataset which must be local. Assume first argument is dataset to open. Note also some care must be taken with classpath.


The LCD Group