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 BtagPerformanceESProducer_NAME = cms.ESProducer("BtagPerformanceESProducer",
0003 # this is what it makes available
0004     ComponentName = cms.string('NAME'),
0005 # this is where it gets the payload from                                                
0006     PayloadName = cms.string('NAME_T'),
0007     WorkingPointName = cms.string('NAME_WP')
0008 )