Back to home page

Project CMSSW displayed by LXR

 
 

    


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 PoolDBESSourcebtagMistagD = 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('PerformancePayloadFromBinnedTFormula_MISTAGCSVLD_v9_offline'),
0014     label = cms.untracked.string('MISTAGCSVLD_T')
0015     ),
0016     cms.PSet(
0017     record = cms.string('PerformanceWPRecord'),
0018     tag = cms.string('PerformanceWorkingPoint_MISTAGCSVLD_v9_offline'),
0019     label = cms.untracked.string('MISTAGCSVLD_WP')
0020     ),
0021     cms.PSet(
0022     record = cms.string('PerformancePayloadRecord'),
0023     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVMD_v9_offline'),
0024     label = cms.untracked.string('MISTAGCSVMD_T')
0025     ),
0026     cms.PSet(
0027     record = cms.string('PerformanceWPRecord'),
0028     tag = cms.string('PerformanceWorkingPoint_MISTAGCSVMD_v9_offline'),
0029     label = cms.untracked.string('MISTAGCSVMD_WP')
0030     ),
0031     cms.PSet(
0032     record = cms.string('PerformancePayloadRecord'),
0033     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVTD_v9_offline'),
0034     label = cms.untracked.string('MISTAGCSVTD_T')
0035     ),
0036     cms.PSet(
0037     record = cms.string('PerformanceWPRecord'),
0038     tag = cms.string('PerformanceWorkingPoint_MISTAGCSVTD_v9_offline'),
0039     label = cms.untracked.string('MISTAGCSVTD_WP')
0040     ),
0041     cms.PSet(
0042     record = cms.string('PerformancePayloadRecord'),
0043     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPLD_v9_offline'),
0044     label = cms.untracked.string('MISTAGJPLD_T')
0045     ),
0046     cms.PSet(
0047     record = cms.string('PerformanceWPRecord'),
0048     tag = cms.string('PerformanceWorkingPoint_MISTAGJPLD_v9_offline'),
0049     label = cms.untracked.string('MISTAGJPLD_WP')
0050     ),
0051     cms.PSet(
0052     record = cms.string('PerformancePayloadRecord'),
0053     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPMD_v9_offline'),
0054     label = cms.untracked.string('MISTAGJPMD_T')
0055     ),
0056     cms.PSet(
0057     record = cms.string('PerformanceWPRecord'),
0058     tag = cms.string('PerformanceWorkingPoint_MISTAGJPMD_v9_offline'),
0059     label = cms.untracked.string('MISTAGJPMD_WP')
0060     ),
0061     cms.PSet(
0062     record = cms.string('PerformancePayloadRecord'),
0063     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPTD_v9_offline'),
0064     label = cms.untracked.string('MISTAGJPTD_T')
0065     ),
0066     cms.PSet(
0067     record = cms.string('PerformanceWPRecord'),
0068     tag = cms.string('PerformanceWorkingPoint_MISTAGJPTD_v9_offline'),
0069     label = cms.untracked.string('MISTAGJPTD_WP')
0070     ),
0071     cms.PSet(
0072     record = cms.string('PerformancePayloadRecord'),
0073     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGTCHPTD_v9_offline'),
0074     label = cms.untracked.string('MISTAGTCHPTD_T')
0075     ),
0076     cms.PSet(
0077     record = cms.string('PerformanceWPRecord'),
0078     tag = cms.string('PerformanceWorkingPoint_MISTAGTCHPTD_v9_offline'),
0079     label = cms.untracked.string('MISTAGTCHPTD_WP')
0080     ),
0081 ))
0082 PoolDBESSourcebtagMistagD.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'
0083 
0084                               
0085                               
0086