1 import FWCore.ParameterSet.Config
as cms
3 ESTrivialConditionRetriever = cms.ESSource(
"ESTrivialConditionRetriever",
4 producedChannelStatus = cms.untracked.bool(
True),
6 ESpedRMS = cms.untracked.double(1.0),
7 weightsForTB = cms.untracked.bool(
False),
9 channelStatusFile = cms.untracked.string(
''),
10 producedESPedestals = cms.untracked.bool(
True),
11 getWeightsFromFile = cms.untracked.bool(
True),
12 intercalibConstantsFile = cms.untracked.string(
''),
13 producedESWeights = cms.untracked.bool(
True),
14 producedESIntercalibConstants = cms.untracked.bool(
True),
15 producedESADCToGeVConstant = cms.untracked.bool(
True),
16 adcToGeVESLowConstant = cms.untracked.double(1.0),
17 adcToGeVESHighConstant = cms.untracked.double(0.5),