|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |