CMS 3D CMS Logo

ecalElectronicsSim_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecal_electronics_sim = cms.PSet(
4  doENoise = cms.bool(True),
5  ConstantTerm = cms.double(0.003),
6  applyConstantTerm = cms.bool(True)
7 )
8 
9 from Configuration.ProcessModifiers.premix_stage1_cff import premix_stage1
10 premix_stage1.toModify(ecal_electronics_sim,
11  doENoise = False,
12  applyConstantTerm = False,
13 )