hep.lcd.recon.tracking
Class TrackRecoTPC

java.lang.Object
  |
  +--hep.analysis.EventHandler
        |
        +--hep.analysis.EventAnalyzer
              |
              +--hep.lcd.util.driver.Driver
                    |
                    +--hep.lcd.recon.tracking.TrackRecoTPC

public class TrackRecoTPC
extends Driver

Picks up LCD events within JAS framework and passes 3D points to pattern recognition software

Source Code:
TrackRecoTPC.java

Field Summary
static int FirstEvent
           
static int LastEvent
           
 TPCReco tracker
           
 VertexDetector vertexDetector
           
 
Fields inherited from class hep.analysis.EventHandler
out
 
Constructor Summary
TrackRecoTPC()
           
TrackRecoTPC(boolean hist)
           
 
Methods inherited from class hep.lcd.util.driver.Driver
add, afterLastEvent, beforeFirstEvent, clearContext, contains, getDebugLevel, getHistogramLevel, getName, getSeed, process, processEvent, remove, setContext, setDebugLevel, setDetector, 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
 

Field Detail

FirstEvent

public static final int FirstEvent

LastEvent

public static final int LastEvent

tracker

public TPCReco tracker

vertexDetector

public VertexDetector vertexDetector
Constructor Detail

TrackRecoTPC

public TrackRecoTPC()

TrackRecoTPC

public TrackRecoTPC(boolean hist)


The LCD Group