CMS 3D CMS Logo

Functions

SimTracker_SetPeak_cff Namespace Reference

Functions

def customise

Function Documentation

def SimTracker_SetPeak_cff::customise (   process)

Definition at line 3 of file SimTracker_SetPeak_cff.py.

00004                       :
00005         # Signal in Deconvolution Mode
00006         process.simSiStripDigis.APVpeakmode = cms.bool(True)
00007         process.simSiStripDigis.electronPerAdc = cms.double(262.0) #this is the value measured in peak... should we add 15%?
00008         return(process)
00009