CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_btagMistagD.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_MISTAGCSVLD = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('MISTAGCSVLD'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('MISTAGCSVLD_T'),
8  WorkingPointName = cms.string('MISTAGCSVLD_WP')
9 )
10 
11 BtagPerformanceESProducer_MISTAGCSVMD = cms.ESProducer("BtagPerformanceESProducer",
12 # this is what it makes available
13  ComponentName = cms.string('MISTAGCSVMD'),
14 # this is where it gets the payload from
15  PayloadName = cms.string('MISTAGCSVMD_T'),
16  WorkingPointName = cms.string('MISTAGCSVMD_WP')
17 )
18 
19 BtagPerformanceESProducer_MISTAGCSVTD = cms.ESProducer("BtagPerformanceESProducer",
20 # this is what it makes available
21  ComponentName = cms.string('MISTAGCSVTD'),
22 # this is where it gets the payload from
23  PayloadName = cms.string('MISTAGCSVTD_T'),
24  WorkingPointName = cms.string('MISTAGCSVTD_WP')
25 )
26 
27 BtagPerformanceESProducer_MISTAGJPLD = cms.ESProducer("BtagPerformanceESProducer",
28 # this is what it makes available
29  ComponentName = cms.string('MISTAGJPLD'),
30 # this is where it gets the payload from
31  PayloadName = cms.string('MISTAGJPLD_T'),
32  WorkingPointName = cms.string('MISTAGJPLD_WP')
33 )
34 
35 BtagPerformanceESProducer_MISTAGJPMD = cms.ESProducer("BtagPerformanceESProducer",
36 # this is what it makes available
37  ComponentName = cms.string('MISTAGJPMD'),
38 # this is where it gets the payload from
39  PayloadName = cms.string('MISTAGJPMD_T'),
40  WorkingPointName = cms.string('MISTAGJPMD_WP')
41 )
42 
43 BtagPerformanceESProducer_MISTAGJPTD = cms.ESProducer("BtagPerformanceESProducer",
44 # this is what it makes available
45  ComponentName = cms.string('MISTAGJPTD'),
46 # this is where it gets the payload from
47  PayloadName = cms.string('MISTAGJPTD_T'),
48  WorkingPointName = cms.string('MISTAGJPTD_WP')
49 )
50 
51 BtagPerformanceESProducer_MISTAGTCHPTD = cms.ESProducer("BtagPerformanceESProducer",
52 # this is what it makes available
53  ComponentName = cms.string('MISTAGTCHPTD'),
54 # this is where it gets the payload from
55  PayloadName = cms.string('MISTAGTCHPTD_T'),
56  WorkingPointName = cms.string('MISTAGTCHPTD_WP')
57 )