org.lcsim.analysis
Class EMClusterJob

java.lang.Object
  extended byhep.analysis.EventHandler
      extended byhep.analysis.EventAnalyzer
          extended byhep.lcd.util.driver.Driver
              extended byorg.lcsim.analysis.EMClusterJob
All Implemented Interfaces:
hep.lcd.util.driver.Processor

public final class EMClusterJob
extends hep.lcd.util.driver.Driver


Field Summary
 
Fields inherited from class hep.analysis.EventHandler
out
 
Constructor Summary
EMClusterJob()
           
EMClusterJob(double radius, double seedEmin, double clusEmin, java.lang.String task)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void usage()
           
 
Methods inherited from class hep.lcd.util.driver.Driver
add, afterLastEvent, beforeFirstEvent, clearContext, contains, getDebugLevel, getEventPrefix, getHistogramLevel, getName, getSeed, process, processEvent, processors, remove, setContext, setDebugLevel, setDetector, setEventPrefix, 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

EMClusterJob

public EMClusterJob()

EMClusterJob

public EMClusterJob(double radius,
                    double seedEmin,
                    double clusEmin,
                    java.lang.String task)
Method Detail

usage

public static void usage()

main

public static void main(java.lang.String[] args)