CMS 3D CMS Logo

SiStripGainRandomCalculator_cfi.py

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 

Generated on Tue Jun 9 17:25:50 2009 for CMSSW by  doxygen 1.5.4