org.lcsim.analysis
Class ReconstructedPhotonAnalyzer

java.lang.Object
  extended byhep.lcd.util.driver.AbstractProcessor
      extended byorg.lcsim.analysis.ReconstructedPhotonAnalyzer
All Implemented Interfaces:
hep.lcd.util.driver.Processor

public class ReconstructedPhotonAnalyzer
extends hep.lcd.util.driver.AbstractProcessor

A class to analyze ReconstructedParticles in an event

Author:
Norman A. Graf

Field Summary
 
Fields inherited from class hep.lcd.util.driver.AbstractProcessor
context
 
Constructor Summary
ReconstructedPhotonAnalyzer()
           
 
Method Summary
 void process(hep.lcd.event.LCDEvent event)
          Process the LCDEvent
 
Methods inherited from class hep.lcd.util.driver.AbstractProcessor
clearContext, getDebugLevel, getDebugStream, getEventPrefix, getHistogramLevel, getName, getParameterFile, getParameters, getParameters, getRandom, histogram, init, setContext, setDebugLevel, setDetector, setEventPrefix, setHistogramLevel, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconstructedPhotonAnalyzer

public ReconstructedPhotonAnalyzer()
Method Detail

process

public void process(hep.lcd.event.LCDEvent event)
Process the LCDEvent

Parameters:
event - The LCDEvent to process