CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_btagMistagABCD.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_MISTAGCSVLABCD = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('MISTAGCSVLABCD'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('MISTAGCSVLABCD_T'),
8  WorkingPointName = cms.string('MISTAGCSVLABCD_WP')
9 )
10 
11 BtagPerformanceESProducer_MISTAGCSVMABCD = cms.ESProducer("BtagPerformanceESProducer",
12 # this is what it makes available
13  ComponentName = cms.string('MISTAGCSVMABCD'),
14 # this is where it gets the payload from
15  PayloadName = cms.string('MISTAGCSVMABCD_T'),
16  WorkingPointName = cms.string('MISTAGCSVMABCD_WP')
17 )
18 
19 BtagPerformanceESProducer_MISTAGCSVTABCD = cms.ESProducer("BtagPerformanceESProducer",
20 # this is what it makes available
21  ComponentName = cms.string('MISTAGCSVTABCD'),
22 # this is where it gets the payload from
23  PayloadName = cms.string('MISTAGCSVTABCD_T'),
24  WorkingPointName = cms.string('MISTAGCSVTABCD_WP')
25 )
26 
27 BtagPerformanceESProducer_MISTAGJPLABCD = cms.ESProducer("BtagPerformanceESProducer",
28 # this is what it makes available
29  ComponentName = cms.string('MISTAGJPLABCD'),
30 # this is where it gets the payload from
31  PayloadName = cms.string('MISTAGJPLABCD_T'),
32  WorkingPointName = cms.string('MISTAGJPLABCD_WP')
33 )
34 
35 BtagPerformanceESProducer_MISTAGJPMABCD = cms.ESProducer("BtagPerformanceESProducer",
36 # this is what it makes available
37  ComponentName = cms.string('MISTAGJPMABCD'),
38 # this is where it gets the payload from
39  PayloadName = cms.string('MISTAGJPMABCD_T'),
40  WorkingPointName = cms.string('MISTAGJPMABCD_WP')
41 )
42 
43 BtagPerformanceESProducer_MISTAGJPTABCD = cms.ESProducer("BtagPerformanceESProducer",
44 # this is what it makes available
45  ComponentName = cms.string('MISTAGJPTABCD'),
46 # this is where it gets the payload from
47  PayloadName = cms.string('MISTAGJPTABCD_T'),
48  WorkingPointName = cms.string('MISTAGJPTABCD_WP')
49 )
50 
51 BtagPerformanceESProducer_MISTAGTCHPTABCD = cms.ESProducer("BtagPerformanceESProducer",
52 # this is what it makes available
53  ComponentName = cms.string('MISTAGTCHPTABCD'),
54 # this is where it gets the payload from
55  PayloadName = cms.string('MISTAGTCHPTABCD_T'),
56  WorkingPointName = cms.string('MISTAGTCHPTABCD_WP')
57 )