Functions | |
def | customise |
def SimTracker_SetPeak_cff::customise | ( | process | ) |
Definition at line 3 of file SimTracker_SetPeak_cff.py.
00004 : 00005 # Signal in Deconvolution Mode 00006 for ps in process.mix.digitizers: 00007 if ps.accumulatorType == cms.string('SiStripDigitizer'): 00008 ps.APVpeakmode = cms.bool(True) 00009 ps.electronPerAdc = cms.double(262.0) #this is the value measured in peak... should we add 15%? 00010 return(process) 00011