Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 SiStripGainRandomCalculator = cms.EDFilter("SiStripGainRandomCalculator",
00004 MeanGain = cms.double(1.0),
00005 printDebug = cms.untracked.bool(False),
00006 IOVMode = cms.string('Run'),
00007 Record = cms.string('SiStripApvGainRcd'),
00008 doStoreOnDB = cms.bool(True),
00009 SigmaGain = cms.double(0.0),
00010 MinPositiveGain = cms.double(0.1),
00011 SinceAppendMode = cms.bool(True)
00012 )
00013
00014