|
||||
File indexing completed on 2024-04-06 12:29:27
0001 import FWCore.ParameterSet.Config as cms 0002 0003 ecal_electronics_sim = cms.PSet( 0004 doENoise = cms.bool(True), 0005 ConstantTerm = cms.double(0.003), 0006 applyConstantTerm = cms.bool(True) 0007 ) 0008 0009 from Configuration.ProcessModifiers.premix_stage1_cff import premix_stage1 0010 premix_stage1.toModify(ecal_electronics_sim, 0011 doENoise = False, 0012 applyConstantTerm = False, 0013 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |