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 BtagPerformanceESProducer_1 = cms.ESProducer("BtagPerformanceESProducer",
0004 # this is what it makes available
0005     ComponentName = cms.string('JetProbability_loose'),
0006 # this is where it gets the payload from                                                
0007     PayloadName = cms.string('JPL_T'),
0008     WorkingPointName = cms.string('JPL_WP')
0009 )
0010 
0011 
0012 BtagPerformanceESProducer_2 = cms.ESProducer("BtagPerformanceESProducer",
0013 # this is what it makes available
0014     ComponentName = cms.string('JetProbability_medium'),
0015 # this is where it gets the payload from                                                
0016     PayloadName = cms.string('JPM_T'),
0017     WorkingPointName = cms.string('JPM_WP')
0018 )
0019 
0020 
0021 BtagPerformanceESProducer_3 = cms.ESProducer("BtagPerformanceESProducer",
0022 # this is what it makes available
0023     ComponentName = cms.string('JetProbability_tight'),
0024 # this is where it gets the payload from                                                
0025     PayloadName = cms.string('JPT_T'),
0026     WorkingPointName = cms.string('JPT_WP')
0027 )
0028 
0029 
0030 BtagPerformanceESProducer_4 = cms.ESProducer("BtagPerformanceESProducer",
0031 # this is what it makes available
0032     ComponentName = cms.string('TrackCountingHighEfficiency_loose'),
0033 # this is where it gets the payload from                                                
0034     PayloadName = cms.string('TCHEL_T'),
0035     WorkingPointName = cms.string('TCHEL_WP')
0036 )
0037 
0038 BtagPerformanceESProducer_5 = cms.ESProducer("BtagPerformanceESProducer",
0039 # this is what it makes available
0040     ComponentName = cms.string('TrackCountingHighEfficiency_medium'),
0041 # this is where it gets the payload from                                                
0042     PayloadName = cms.string('TCHEM_T'),
0043     WorkingPointName = cms.string('TCHEM_WP')
0044 )
0045 
0046 BtagPerformanceESProducer_5 = cms.ESProducer("BtagPerformanceESProducer",
0047 # this is what it makes available
0048     ComponentName = cms.string('TrackCountingHighPurity_tight'),
0049 # this is where it gets the payload from                                                
0050     PayloadName = cms.string('TCHPT_T'),
0051     WorkingPointName = cms.string('TCHPT_WP')
0052 )
0053 
0054 
0055 
0056 
0057 
0058     
0059 
0060 
0061 
0062 
0063