Variables | |
tuple | GBRWrapperRcd |
00001 cms.ESSource("PoolDBESSource", 00002 CondDBSetup, 00003 DumpStat=cms.untracked.bool(True), 00004 toGet = cms.VPSet( 00005 cms.PSet( 00006 record = cms.string('GBRWrapperRcd'), 00007 tag = cms.string('wgbrph_EBCorrection'), 00008 label = cms.untracked.string('wgbrph_EBCorrection') 00009 ), 00010 cms.PSet( 00011 record = cms.string('GBRWrapperRcd'), 00012 tag = cms.string('wgbrph_EBUncertainty'), 00013 label = cms.untracked.string('wgbrph_EBUncertainty') 00014 ), 00015 cms.PSet( 00016 record = cms.string('GBRWrapperRcd'), 00017 tag = cms.string('wgbrph_EECorrection'), 00018 label = cms.untracked.string('wgbrph_EECorrection') 00019 ), 00020 cms.PSet( 00021 record = cms.string('GBRWrapperRcd'), 00022 tag = cms.string('wgbrph_EEUncertainty'), 00023 label = cms.untracked.string('wgbrph_EEUncertainty') 00024 )), 00025 connect = cms.string('sqlite_file:GBRWrapper.db') 00026 )
Definition at line 3 of file regressionWeights_cfi.py.