Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /RecoBTag/PerformanceDB/test/process/templates/Btag_template.fragment is written in an unsupported language. File is not indexed.

0001 
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('TEMPLATE_T'),
0007     WorkingPointName = cms.string('TEMPLATE_WP')
0008 )