import FWCore.ParameterSet.Config as cms from CondCore.DBCommon.CondDBCommon_cfi import * PoolDBESSource = cms.ESSource("PoolDBESSource", CondDBCommon, toGet = cms.VPSet( # # working points # cms.PSet( record = cms.string('BTagPerformanceWPRecord'), tag = cms.string('GLBMU_WP'), label = cms.untracked.string('GLBMU_WP') ), cms.PSet( record = cms.string('BTagPerformancePayloadRecord'), tag = cms.string('GLBMU_T'), label = cms.untracked.string('GLBMU_T') ) ))