CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_btagMistagC.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_MISTAGCSVLC = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('MISTAGCSVLC'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('MISTAGCSVLC_T'),
8  WorkingPointName = cms.string('MISTAGCSVLC_WP')
9 )
10 
11 BtagPerformanceESProducer_MISTAGCSVMC = cms.ESProducer("BtagPerformanceESProducer",
12 # this is what it makes available
13  ComponentName = cms.string('MISTAGCSVMC'),
14 # this is where it gets the payload from
15  PayloadName = cms.string('MISTAGCSVMC_T'),
16  WorkingPointName = cms.string('MISTAGCSVMC_WP')
17 )
18 
19 BtagPerformanceESProducer_MISTAGCSVTC = cms.ESProducer("BtagPerformanceESProducer",
20 # this is what it makes available
21  ComponentName = cms.string('MISTAGCSVTC'),
22 # this is where it gets the payload from
23  PayloadName = cms.string('MISTAGCSVTC_T'),
24  WorkingPointName = cms.string('MISTAGCSVTC_WP')
25 )
26 
27 BtagPerformanceESProducer_MISTAGJPLC = cms.ESProducer("BtagPerformanceESProducer",
28 # this is what it makes available
29  ComponentName = cms.string('MISTAGJPLC'),
30 # this is where it gets the payload from
31  PayloadName = cms.string('MISTAGJPLC_T'),
32  WorkingPointName = cms.string('MISTAGJPLC_WP')
33 )
34 
35 BtagPerformanceESProducer_MISTAGJPMC = cms.ESProducer("BtagPerformanceESProducer",
36 # this is what it makes available
37  ComponentName = cms.string('MISTAGJPMC'),
38 # this is where it gets the payload from
39  PayloadName = cms.string('MISTAGJPMC_T'),
40  WorkingPointName = cms.string('MISTAGJPMC_WP')
41 )
42 
43 BtagPerformanceESProducer_MISTAGJPTC = cms.ESProducer("BtagPerformanceESProducer",
44 # this is what it makes available
45  ComponentName = cms.string('MISTAGJPTC'),
46 # this is where it gets the payload from
47  PayloadName = cms.string('MISTAGJPTC_T'),
48  WorkingPointName = cms.string('MISTAGJPTC_WP')
49 )
50 
51 BtagPerformanceESProducer_MISTAGTCHPTC = cms.ESProducer("BtagPerformanceESProducer",
52 # this is what it makes available
53  ComponentName = cms.string('MISTAGTCHPTC'),
54 # this is where it gets the payload from
55  PayloadName = cms.string('MISTAGTCHPTC_T'),
56  WorkingPointName = cms.string('MISTAGTCHPTC_WP')
57 )