Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 ESTrivialConditionRetriever = cms.ESSource("ESTrivialConditionRetriever",
00004 producedChannelStatus = cms.untracked.bool(True),
00005
00006 ESpedRMS = cms.untracked.double(1.0),
00007 weightsForTB = cms.untracked.bool(False),
00008
00009 channelStatusFile = cms.untracked.string(''),
00010 producedESPedestals = cms.untracked.bool(True),
00011 getWeightsFromFile = cms.untracked.bool(True),
00012 intercalibConstantsFile = cms.untracked.string(''),
00013 producedESWeights = cms.untracked.bool(True),
00014 producedESIntercalibConstants = cms.untracked.bool(True),
00015 producedESADCToGeVConstant = cms.untracked.bool(True),
00016 adcToGeVESLowConstant = cms.untracked.double(1.0),
00017 adcToGeVESHighConstant = cms.untracked.double(0.5),
00018
00019 )