All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.EventAnalyzer

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

public abstract class EventAnalyzer
extends EventHandler
A subclass of EventAnalyzer can be loaded as an analysis routine in the application. It is advisable to use the program page wizard to create a subclass of EventAnalyzer.


Constructor Index

 o EventAnalyzer()

Method Index

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

Constructors

 o EventAnalyzer
 public EventAnalyzer()

Methods

 o 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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index