CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_btagTtbarDiscrimWinter13.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_TTBARDISCRIMBTAGCSV = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('TTBARDISCRIMBTAGCSV'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('TTBARDISCRIMBTAGCSV_T'),
8  WorkingPointName = cms.string('TTBARDISCRIMBTAGCSV_WP')
9 )
10 
11 BtagPerformanceESProducer_TTBARDISCRIMBTAGJP = cms.ESProducer("BtagPerformanceESProducer",
12 # this is what it makes available
13  ComponentName = cms.string('TTBARDISCRIMBTAGJP'),
14 # this is where it gets the payload from
15  PayloadName = cms.string('TTBARDISCRIMBTAGJP_T'),
16  WorkingPointName = cms.string('TTBARDISCRIMBTAGJP_WP')
17 )
18 
19 BtagPerformanceESProducer_TTBARDISCRIMBTAGTCHP = cms.ESProducer("BtagPerformanceESProducer",
20 # this is what it makes available
21  ComponentName = cms.string('TTBARDISCRIMBTAGTCHP'),
22 # this is where it gets the payload from
23  PayloadName = cms.string('TTBARDISCRIMBTAGTCHP_T'),
24  WorkingPointName = cms.string('TTBARDISCRIMBTAGTCHP_WP')
25 )