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