CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_btagMistagAB.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_MISTAGCSVLAB = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('MISTAGCSVLAB'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('MISTAGCSVLAB_T'),
8  WorkingPointName = cms.string('MISTAGCSVLAB_WP')
9 )
10 
11 BtagPerformanceESProducer_MISTAGCSVMAB = cms.ESProducer("BtagPerformanceESProducer",
12 # this is what it makes available
13  ComponentName = cms.string('MISTAGCSVMAB'),
14 # this is where it gets the payload from
15  PayloadName = cms.string('MISTAGCSVMAB_T'),
16  WorkingPointName = cms.string('MISTAGCSVMAB_WP')
17 )
18 
19 BtagPerformanceESProducer_MISTAGCSVTAB = cms.ESProducer("BtagPerformanceESProducer",
20 # this is what it makes available
21  ComponentName = cms.string('MISTAGCSVTAB'),
22 # this is where it gets the payload from
23  PayloadName = cms.string('MISTAGCSVTAB_T'),
24  WorkingPointName = cms.string('MISTAGCSVTAB_WP')
25 )
26 
27 BtagPerformanceESProducer_MISTAGJPLAB = cms.ESProducer("BtagPerformanceESProducer",
28 # this is what it makes available
29  ComponentName = cms.string('MISTAGJPLAB'),
30 # this is where it gets the payload from
31  PayloadName = cms.string('MISTAGJPLAB_T'),
32  WorkingPointName = cms.string('MISTAGJPLAB_WP')
33 )
34 
35 BtagPerformanceESProducer_MISTAGJPMAB = cms.ESProducer("BtagPerformanceESProducer",
36 # this is what it makes available
37  ComponentName = cms.string('MISTAGJPMAB'),
38 # this is where it gets the payload from
39  PayloadName = cms.string('MISTAGJPMAB_T'),
40  WorkingPointName = cms.string('MISTAGJPMAB_WP')
41 )
42 
43 BtagPerformanceESProducer_MISTAGJPTAB = cms.ESProducer("BtagPerformanceESProducer",
44 # this is what it makes available
45  ComponentName = cms.string('MISTAGJPTAB'),
46 # this is where it gets the payload from
47  PayloadName = cms.string('MISTAGJPTAB_T'),
48  WorkingPointName = cms.string('MISTAGJPTAB_WP')
49 )
50 
51 BtagPerformanceESProducer_MISTAGTCHPTAB = cms.ESProducer("BtagPerformanceESProducer",
52 # this is what it makes available
53  ComponentName = cms.string('MISTAGTCHPTAB'),
54 # this is where it gets the payload from
55  PayloadName = cms.string('MISTAGTCHPTAB_T'),
56  WorkingPointName = cms.string('MISTAGTCHPTAB_WP')
57 )