hep.lcd.contrib.recon.tracking.analysis
Class SimpleAnlReconTrks
java.lang.Object
|
+--hep.lcd.util.driver.AbstractProcessor
|
+--hep.lcd.contrib.recon.tracking.analysis.SimpleAnlReconTrks
- public final class SimpleAnlReconTrks
- extends AbstractProcessor
Picks up reconstructed LCD tracks and calorimeter clusters within JAS framework and identifies particles.
- Source Code:
- SimpleAnlReconTrks.java
Method Summary |
void |
process(LCDEvent event)
Called by the driver when this processor should process an event. |
Methods inherited from class hep.lcd.util.driver.AbstractProcessor |
clearContext, getDebugLevel, getDebugStream, getHistogramLevel, getName, getParameterFile, getParameters, getParameters, getRandom, histogram, init, setContext, setDetector, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAnlReconTrks
public SimpleAnlReconTrks(MonteCarlo mc)
SimpleAnlReconTrks
public SimpleAnlReconTrks(MonteCarlo mc,
boolean hist)
process
public void process(LCDEvent event)
- Description copied from interface:
Processor
- Called by the driver when this processor should process an event.
If the processor produces new output it should add it to the event.
- Following copied from interface:
hep.lcd.util.driver.Processor
- Parameters:
event
- The event to process
The LCD Group