CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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