Functions
SimTracker_SetPeak_cff Namespace Reference
Functions
def
customise
(
process
)
Function Documentation
◆
customise()
def SimTracker_SetPeak_cff.customise
(
process
)
Definition at line
3
of file
SimTracker_SetPeak_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(
True
)
8
ps.electronPerAdc = cms.double(262.0)
#this is the value measured in peak... should we add 15%?
9
return
(process)
10
11
mathSSE::return
return((rh ^ lh) &mask)
SimTracker_SetPeak_cff.customise
def customise(process)
Definition:
SimTracker_SetPeak_cff.py:3
Generated for CMSSW Reference Manual by
1.8.14