hep.lcd.mc.randomBkgr
Class AddRandomBkg

java.lang.Object
  |
  +--hep.lcd.util.driver.AbstractProcessor
        |
        +--hep.lcd.mc.randomBkgr.AddRandomBkg
Direct Known Subclasses:
AddRandomCCDBkg, AddRandomEndCpBkg, AddRandomTPCBkg

public abstract class AddRandomBkg
extends AbstractProcessor

Source Code:
AddRandomBkg.java

Field Summary
protected  OneArgumentFunction dfun
           
protected  hep.lcd.mc.randomBkgr.AddRandomBkg.LayerParms par
           
 
Fields inherited from class hep.lcd.util.driver.AbstractProcessor
context
 
Constructor Summary
AddRandomBkg()
           
 
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
 

Field Detail

dfun

protected OneArgumentFunction dfun

par

protected hep.lcd.mc.randomBkgr.AddRandomBkg.LayerParms par
Constructor Detail

AddRandomBkg

public AddRandomBkg()


The LCD Group