CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibCalorimetry/EcalTrivialCondModules/python/ESTrivialCondRetrieverTB_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ESTrivialConditionRetriever = cms.ESSource("ESTrivialConditionRetriever",
00004     #       Values to get correct noise on RecHit amplitude using 3+5 weights
00005     ESpedRMS = cms.untracked.double(1.26),
00006     weightsForTB = cms.untracked.bool(True),
00007     producedESPedestals = cms.untracked.bool(True),
00008     #       If set true reading optimized weights (3+5 weights) from file 
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