CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BtagPerformanceESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_test = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('JetProbability_loose'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('JetProbability_loose'),
8  WorkingPointName = cms.string('JetProbability_loose')
9 )
10 
11