Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 ESTrivialConditionRetriever = cms.ESSource("ESTrivialConditionRetriever",
00004
00005 ESpedRMS = cms.untracked.double(1.26),
00006 weightsForTB = cms.untracked.bool(True),
00007 producedESPedestals = cms.untracked.bool(True),
00008
00009 getWeightsFromFile = cms.untracked.bool(False),
00010 producedESWeights = cms.untracked.bool(True),
00011 producedESIntercalibConstants = cms.untracked.bool(True),
00012 producedESADCToGeVConstant = cms.untracked.bool(True)
00013 )
00014
00015