hep.lcd.recon.tracking
Class AddReconTrks
java.lang.Object
|
+--hep.lcd.util.driver.AbstractProcessor
|
+--hep.lcd.recon.tracking.AddReconTrks
- public final class AddReconTrks
- extends AbstractProcessor
Add reconstructed tracks to event.
- Source Code:
- AddReconTrks.java
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 |
AddReconTrks
public AddReconTrks(Tracker tracker,
VertexDetector vertexDetector)
AddReconTrks
public AddReconTrks(Tracker tracker,
VertexDetector vertexDetector,
boolean hist)
setFitting
public void setFitting()
setNoFitting
public void setNoFitting()
useTrackerOnly
public void useTrackerOnly()
useVertexDetector
public void useVertexDetector()
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
getTrkCandidate
public TrkCandidate getTrkCandidate(int it,
boolean TrackerOnly,
boolean print)
getHotList
public TrkHotList getHotList(int it,
boolean TrackerOnly,
boolean print)
getPoints
public double[][] getPoints(int it,
boolean print)
The LCD Group