CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_btagMuJetsWp.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_MUJETSWPBTAGCSVL = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('MUJETSWPBTAGCSVL'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('MUJETSWPBTAGCSVL_T'),
8  WorkingPointName = cms.string('MUJETSWPBTAGCSVL_WP')
9 )
10 
11 BtagPerformanceESProducer_MUJETSWPBTAGCSVM = cms.ESProducer("BtagPerformanceESProducer",
12 # this is what it makes available
13  ComponentName = cms.string('MUJETSWPBTAGCSVM'),
14 # this is where it gets the payload from
15  PayloadName = cms.string('MUJETSWPBTAGCSVM_T'),
16  WorkingPointName = cms.string('MUJETSWPBTAGCSVM_WP')
17 )
18 
19 BtagPerformanceESProducer_MUJETSWPBTAGCSVT = cms.ESProducer("BtagPerformanceESProducer",
20 # this is what it makes available
21  ComponentName = cms.string('MUJETSWPBTAGCSVT'),
22 # this is where it gets the payload from
23  PayloadName = cms.string('MUJETSWPBTAGCSVT_T'),
24  WorkingPointName = cms.string('MUJETSWPBTAGCSVT_WP')
25 )
26 
27 BtagPerformanceESProducer_MUJETSWPBTAGJPL = cms.ESProducer("BtagPerformanceESProducer",
28 # this is what it makes available
29  ComponentName = cms.string('MUJETSWPBTAGJPL'),
30 # this is where it gets the payload from
31  PayloadName = cms.string('MUJETSWPBTAGJPL_T'),
32  WorkingPointName = cms.string('MUJETSWPBTAGJPL_WP')
33 )
34 
35 BtagPerformanceESProducer_MUJETSWPBTAGJPM = cms.ESProducer("BtagPerformanceESProducer",
36 # this is what it makes available
37  ComponentName = cms.string('MUJETSWPBTAGJPM'),
38 # this is where it gets the payload from
39  PayloadName = cms.string('MUJETSWPBTAGJPM_T'),
40  WorkingPointName = cms.string('MUJETSWPBTAGJPM_WP')
41 )
42 
43 BtagPerformanceESProducer_MUJETSWPBTAGJPT = cms.ESProducer("BtagPerformanceESProducer",
44 # this is what it makes available
45  ComponentName = cms.string('MUJETSWPBTAGJPT'),
46 # this is where it gets the payload from
47  PayloadName = cms.string('MUJETSWPBTAGJPT_T'),
48  WorkingPointName = cms.string('MUJETSWPBTAGJPT_WP')
49 )
50 
51 BtagPerformanceESProducer_MUJETSWPBTAGTCHPT = cms.ESProducer("BtagPerformanceESProducer",
52 # this is what it makes available
53  ComponentName = cms.string('MUJETSWPBTAGTCHPT'),
54 # this is where it gets the payload from
55  PayloadName = cms.string('MUJETSWPBTAGTCHPT_T'),
56  WorkingPointName = cms.string('MUJETSWPBTAGTCHPT_WP')
57 )