Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 src = cms.ESSource("EcalTrivialConditionRetriever",
00004 producedEcalPedestals = cms.untracked.bool(False),
00005 intercalibConstantsFile = cms.untracked.string('/afs/cern.ch/user/g/govoni/public/SM16testCalib4CMSSW.txt'),
00006 producedEcalWeights = cms.untracked.bool(False),
00007 adcToGeVEBConstant = cms.untracked.double(0.035),
00008 producedEcalIntercalibConstants = cms.untracked.bool(True),
00009 producedEcalGainRatios = cms.untracked.bool(False),
00010 producedEcalADCToGeVConstant = cms.untracked.bool(True)
00011 )
00012
00013