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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadialClusterDriver
public RadialClusterDriver()
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