CMS 3D CMS Logo

Functions
SimTracker_SetDeconv_cff Namespace Reference

Functions

def customise (process)
 

Function Documentation

def SimTracker_SetDeconv_cff.customise (   process)

Definition at line 3 of file SimTracker_SetDeconv_cff.py.

References mathSSE.return().

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 
10 
return((rh^lh)&mask)