CMS 3D CMS Logo

Functions

SimTracker_SetDeconv_cff Namespace Reference

Functions

def customise

Function Documentation

def SimTracker_SetDeconv_cff::customise (   process)

Definition at line 3 of file SimTracker_SetDeconv_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(False)
00009                 return(process)
00010