File indexing completed on 2024-04-06 12:24:30
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from CondCore.DBCommon.CondDBCommon_cfi import *
0004
0005 PoolDBESSourcebtagMistagAB = cms.ESSource("PoolDBESSource",
0006 CondDBCommon,
0007 toGet = cms.VPSet(
0008
0009
0010
0011 cms.PSet(
0012 record = cms.string('PerformancePayloadRecord'),
0013 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVLAB_v9_offline'),
0014 label = cms.untracked.string('MISTAGCSVLAB_T')
0015 ),
0016 cms.PSet(
0017 record = cms.string('PerformanceWPRecord'),
0018 tag = cms.string('PerformanceWorkingPoint_MISTAGCSVLAB_v9_offline'),
0019 label = cms.untracked.string('MISTAGCSVLAB_WP')
0020 ),
0021 cms.PSet(
0022 record = cms.string('PerformancePayloadRecord'),
0023 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVMAB_v9_offline'),
0024 label = cms.untracked.string('MISTAGCSVMAB_T')
0025 ),
0026 cms.PSet(
0027 record = cms.string('PerformanceWPRecord'),
0028 tag = cms.string('PerformanceWorkingPoint_MISTAGCSVMAB_v9_offline'),
0029 label = cms.untracked.string('MISTAGCSVMAB_WP')
0030 ),
0031 cms.PSet(
0032 record = cms.string('PerformancePayloadRecord'),
0033 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVTAB_v9_offline'),
0034 label = cms.untracked.string('MISTAGCSVTAB_T')
0035 ),
0036 cms.PSet(
0037 record = cms.string('PerformanceWPRecord'),
0038 tag = cms.string('PerformanceWorkingPoint_MISTAGCSVTAB_v9_offline'),
0039 label = cms.untracked.string('MISTAGCSVTAB_WP')
0040 ),
0041 cms.PSet(
0042 record = cms.string('PerformancePayloadRecord'),
0043 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPLAB_v9_offline'),
0044 label = cms.untracked.string('MISTAGJPLAB_T')
0045 ),
0046 cms.PSet(
0047 record = cms.string('PerformanceWPRecord'),
0048 tag = cms.string('PerformanceWorkingPoint_MISTAGJPLAB_v9_offline'),
0049 label = cms.untracked.string('MISTAGJPLAB_WP')
0050 ),
0051 cms.PSet(
0052 record = cms.string('PerformancePayloadRecord'),
0053 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPMAB_v9_offline'),
0054 label = cms.untracked.string('MISTAGJPMAB_T')
0055 ),
0056 cms.PSet(
0057 record = cms.string('PerformanceWPRecord'),
0058 tag = cms.string('PerformanceWorkingPoint_MISTAGJPMAB_v9_offline'),
0059 label = cms.untracked.string('MISTAGJPMAB_WP')
0060 ),
0061 cms.PSet(
0062 record = cms.string('PerformancePayloadRecord'),
0063 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPTAB_v9_offline'),
0064 label = cms.untracked.string('MISTAGJPTAB_T')
0065 ),
0066 cms.PSet(
0067 record = cms.string('PerformanceWPRecord'),
0068 tag = cms.string('PerformanceWorkingPoint_MISTAGJPTAB_v9_offline'),
0069 label = cms.untracked.string('MISTAGJPTAB_WP')
0070 ),
0071 cms.PSet(
0072 record = cms.string('PerformancePayloadRecord'),
0073 tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGTCHPTAB_v9_offline'),
0074 label = cms.untracked.string('MISTAGTCHPTAB_T')
0075 ),
0076 cms.PSet(
0077 record = cms.string('PerformanceWPRecord'),
0078 tag = cms.string('PerformanceWorkingPoint_MISTAGTCHPTAB_v9_offline'),
0079 label = cms.untracked.string('MISTAGTCHPTAB_WP')
0080 ),
0081 ))
0082 PoolDBESSourcebtagMistagAB.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'
0083
0084
0085
0086