Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:58:50

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from CondCore.DBCommon.CondDBCommon_cfi import *
0004 
0005 PoolDBESSourcebtagMistagC = 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_MISTAGCSVLC_v9_offline'),
0014     label = cms.untracked.string('MISTAGCSVLC_T')
0015     ),
0016     cms.PSet(
0017     record = cms.string('PerformanceWPRecord'),
0018     tag = cms.string('PerformanceWorkingPoint_MISTAGCSVLC_v9_offline'),
0019     label = cms.untracked.string('MISTAGCSVLC_WP')
0020     ),
0021     cms.PSet(
0022     record = cms.string('PerformancePayloadRecord'),
0023     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVMC_v9_offline'),
0024     label = cms.untracked.string('MISTAGCSVMC_T')
0025     ),
0026     cms.PSet(
0027     record = cms.string('PerformanceWPRecord'),
0028     tag = cms.string('PerformanceWorkingPoint_MISTAGCSVMC_v9_offline'),
0029     label = cms.untracked.string('MISTAGCSVMC_WP')
0030     ),
0031     cms.PSet(
0032     record = cms.string('PerformancePayloadRecord'),
0033     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGCSVTC_v9_offline'),
0034     label = cms.untracked.string('MISTAGCSVTC_T')
0035     ),
0036     cms.PSet(
0037     record = cms.string('PerformanceWPRecord'),
0038     tag = cms.string('PerformanceWorkingPoint_MISTAGCSVTC_v9_offline'),
0039     label = cms.untracked.string('MISTAGCSVTC_WP')
0040     ),
0041     cms.PSet(
0042     record = cms.string('PerformancePayloadRecord'),
0043     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPLC_v9_offline'),
0044     label = cms.untracked.string('MISTAGJPLC_T')
0045     ),
0046     cms.PSet(
0047     record = cms.string('PerformanceWPRecord'),
0048     tag = cms.string('PerformanceWorkingPoint_MISTAGJPLC_v9_offline'),
0049     label = cms.untracked.string('MISTAGJPLC_WP')
0050     ),
0051     cms.PSet(
0052     record = cms.string('PerformancePayloadRecord'),
0053     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPMC_v9_offline'),
0054     label = cms.untracked.string('MISTAGJPMC_T')
0055     ),
0056     cms.PSet(
0057     record = cms.string('PerformanceWPRecord'),
0058     tag = cms.string('PerformanceWorkingPoint_MISTAGJPMC_v9_offline'),
0059     label = cms.untracked.string('MISTAGJPMC_WP')
0060     ),
0061     cms.PSet(
0062     record = cms.string('PerformancePayloadRecord'),
0063     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGJPTC_v9_offline'),
0064     label = cms.untracked.string('MISTAGJPTC_T')
0065     ),
0066     cms.PSet(
0067     record = cms.string('PerformanceWPRecord'),
0068     tag = cms.string('PerformanceWorkingPoint_MISTAGJPTC_v9_offline'),
0069     label = cms.untracked.string('MISTAGJPTC_WP')
0070     ),
0071     cms.PSet(
0072     record = cms.string('PerformancePayloadRecord'),
0073     tag = cms.string('PerformancePayloadFromBinnedTFormula_MISTAGTCHPTC_v9_offline'),
0074     label = cms.untracked.string('MISTAGTCHPTC_T')
0075     ),
0076     cms.PSet(
0077     record = cms.string('PerformanceWPRecord'),
0078     tag = cms.string('PerformanceWorkingPoint_MISTAGTCHPTC_v9_offline'),
0079     label = cms.untracked.string('MISTAGTCHPTC_WP')
0080     ),
0081 ))
0082 PoolDBESSourcebtagMistagC.connect = 'frontier://FrontierProd/CMS_COND_PAT_000'
0083 
0084                               
0085                               
0086