Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:31

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from CondCore.DBCommon.CondDBCommon_cfi import *
0004 
0005 PoolDBESSourcebtagTtbarWp = cms.ESSource("PoolDBESSource",
0006                               CondDBCommon,
0007                               toGet = cms.VPSet(
0008     #
0009     # working points
0010     #
0011     cms.PSet(
0012     record = cms.string('PerformancePayloadRecord'),
0013     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGCSVL_v10_offline'),
0014     label = cms.untracked.string('TTBARWPBTAGCSVL_T')
0015     ),
0016     cms.PSet(
0017     record = cms.string('PerformanceWPRecord'),
0018     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGCSVL_v10_offline'),
0019     label = cms.untracked.string('TTBARWPBTAGCSVL_WP')
0020     ),
0021     cms.PSet(
0022     record = cms.string('PerformancePayloadRecord'),
0023     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGCSVM_v10_offline'),
0024     label = cms.untracked.string('TTBARWPBTAGCSVM_T')
0025     ),
0026     cms.PSet(
0027     record = cms.string('PerformanceWPRecord'),
0028     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGCSVM_v10_offline'),
0029     label = cms.untracked.string('TTBARWPBTAGCSVM_WP')
0030     ),
0031     cms.PSet(
0032     record = cms.string('PerformancePayloadRecord'),
0033     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGCSVT_v10_offline'),
0034     label = cms.untracked.string('TTBARWPBTAGCSVT_T')
0035     ),
0036     cms.PSet(
0037     record = cms.string('PerformanceWPRecord'),
0038     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGCSVT_v10_offline'),
0039     label = cms.untracked.string('TTBARWPBTAGCSVT_WP')
0040     ),
0041     cms.PSet(
0042     record = cms.string('PerformancePayloadRecord'),
0043     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGJPL_v10_offline'),
0044     label = cms.untracked.string('TTBARWPBTAGJPL_T')
0045     ),
0046     cms.PSet(
0047     record = cms.string('PerformanceWPRecord'),
0048     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGJPL_v10_offline'),
0049     label = cms.untracked.string('TTBARWPBTAGJPL_WP')
0050     ),
0051     cms.PSet(
0052     record = cms.string('PerformancePayloadRecord'),
0053     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGJPM_v10_offline'),
0054     label = cms.untracked.string('TTBARWPBTAGJPM_T')
0055     ),
0056     cms.PSet(
0057     record = cms.string('PerformanceWPRecord'),
0058     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGJPM_v10_offline'),
0059     label = cms.untracked.string('TTBARWPBTAGJPM_WP')
0060     ),
0061     cms.PSet(
0062     record = cms.string('PerformancePayloadRecord'),
0063     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGJPT_v10_offline'),
0064     label = cms.untracked.string('TTBARWPBTAGJPT_T')
0065     ),
0066     cms.PSet(
0067     record = cms.string('PerformanceWPRecord'),
0068     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGJPT_v10_offline'),
0069     label = cms.untracked.string('TTBARWPBTAGJPT_WP')
0070     ),
0071     cms.PSet(
0072     record = cms.string('PerformancePayloadRecord'),
0073     tag = cms.string('PerformancePayloadFromTable_TTBARWPBTAGTCHPT_v10_offline'),
0074     label = cms.untracked.string('TTBARWPBTAGTCHPT_T')
0075     ),
0076     cms.PSet(
0077     record = cms.string('PerformanceWPRecord'),
0078     tag = cms.string('PerformanceWorkingPoint_TTBARWPBTAGTCHPT_v10_offline'),
0079     label = cms.untracked.string('TTBARWPBTAGTCHPT_WP')
0080     ),
0081 ))
0082 PoolDBESSourcebtagTtbarWp.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'