hep.analysis
Class EventAnalyzer

java.lang.Object
  |
  +--hep.analysis.EventHandler
        |
        +--hep.analysis.EventAnalyzer

public abstract class EventAnalyzer
extends EventHandler

A base class for routines that analyze events


Fields inherited from class hep.analysis.EventHandler
out
 
Constructor Summary
EventAnalyzer()
           
 
Method Summary
abstract  void processEvent(EventData data)
          When implementing this method, use the given EventData object to access data for an event and use the data appropriately.
 
Methods inherited from class hep.analysis.EventHandler
afterLastEvent, beforeFirstEvent, histogram, histogram, sendMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAnalyzer

public EventAnalyzer()
Method Detail

processEvent

public abstract void processEvent(EventData data)
When implementing this method, use the given EventData object to access data for an event and use the data appropriately.