CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CalibCalorimetry/EcalTrivialCondModules/python/ESTrivialCondRetriever_cfi.py

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     #       Values to get correct noise on RecHit amplitude using 3+5 weights
00006     ESpedRMS = cms.untracked.double(1.0),
00007     weightsForTB = cms.untracked.bool(False),
00008     # channel status
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 )