CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimTracker_SetDeconv_cff.py
Go to the documentation of this file.
2 
3 def customise(process):
4  # Signal in Deconvolution Mode
5  for ps in process.mix.digitizers:
6  if ps.accumulatorType == cms.string('SiStripDigitizer'):
7  ps.APVpeakmode = cms.bool(False)
8  return(process)
9 
return((rh^lh)&mask)