Main Page
Namespaces
Classes
Package Documentation
SimTracker
Configuration
python
SimTracker_SetDeconv_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
mathSSE::return
return((rh^lh)&mask)
SimTracker_SetDeconv_cff.customise
def customise(process)
Definition:
SimTracker_SetDeconv_cff.py:3
Generated for CMSSW Reference Manual by
1.8.11