hep.lcd.mc.smear
Class SmearTrackerHits

java.lang.Object
  |
  +--hep.lcd.util.driver.AbstractProcessor
        |
        +--hep.lcd.mc.smear.SmearTrackerHits
Direct Known Subclasses:
SmearCCDHits, SmearTPCHits

public abstract class SmearTrackerHits
extends AbstractProcessor

Extracts tracker hits, smears them in rphi and z directions independetly and put it back. NOTICE: arguments should be in cm !

Source Code:
SmearTrackerHits.java

Fields inherited from class hep.lcd.util.driver.AbstractProcessor
context
 
Constructor Summary
SmearTrackerHits()
           
 
Method Summary
 boolean set()
           
 
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
 
Methods inherited from interface hep.lcd.util.driver.Processor
process
 

Constructor Detail

SmearTrackerHits

public SmearTrackerHits()
Method Detail

set

public boolean set()


The LCD Group