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 BtagPerformanceESProducer_MISTAGSSVHEM = cms.ESProducer("BtagPerformanceESProducer",
0003 # this is what it makes available
0004     ComponentName = cms.string('MISTAGSSVHEM'),
0005 # this is where it gets the payload from                                                
0006     PayloadName = cms.string('BTagMISTAGSSVHEMtable_v3_offline'),
0007     WorkingPointName = cms.string('BTagMISTAGSSVHEMwp_v3_offline')
0008 )
0009 BtagPerformanceESProducer_MISTAGSSVHPT = cms.ESProducer("BtagPerformanceESProducer",
0010 # this is what it makes available
0011     ComponentName = cms.string('MISTAGSSVHPT'),
0012 # this is where it gets the payload from                                                
0013     PayloadName = cms.string('BTagMISTAGSSVHPTtable_v3_offline'),
0014     WorkingPointName = cms.string('BTagMISTAGSSVHPTwp_v3_offline')
0015 )
0016 BtagPerformanceESProducer_MISTAGTCHEL = cms.ESProducer("BtagPerformanceESProducer",
0017 # this is what it makes available
0018     ComponentName = cms.string('MISTAGTCHEL'),
0019 # this is where it gets the payload from                                                
0020     PayloadName = cms.string('BTagMISTAGTCHELtable_v3_offline'),
0021     WorkingPointName = cms.string('BTagMISTAGTCHELwp_v3_offline')
0022 )
0023 BtagPerformanceESProducer_MISTAGTCHEM = cms.ESProducer("BtagPerformanceESProducer",
0024 # this is what it makes available
0025     ComponentName = cms.string('MISTAGTCHEM'),
0026 # this is where it gets the payload from                                                
0027     PayloadName = cms.string('BTagMISTAGTCHEMtable_v3_offline'),
0028     WorkingPointName = cms.string('BTagMISTAGTCHEMwp_v3_offline')
0029 )
0030 BtagPerformanceESProducer_MISTAGTCHPT = cms.ESProducer("BtagPerformanceESProducer",
0031 # this is what it makes available
0032     ComponentName = cms.string('MISTAGTCHPT'),
0033 # this is where it gets the payload from                                                
0034     PayloadName = cms.string('BTagMISTAGTCHPTtable_v3_offline'),
0035     WorkingPointName = cms.string('BTagMISTAGTCHPTwp_v3_offline')
0036 )