CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BtagPerformanceFragment.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BtagPerformanceESProducer_1 = cms.ESProducer("BtagPerformanceESProducer",
4 # this is what it makes available
5  ComponentName = cms.string('JetProbability_loose'),
6 # this is where it gets the payload from
7  PayloadName = cms.string('JPL_T'),
8  WorkingPointName = cms.string('JPL_WP')
9 )
10 
11 
12 BtagPerformanceESProducer_2 = cms.ESProducer("BtagPerformanceESProducer",
13 # this is what it makes available
14  ComponentName = cms.string('JetProbability_medium'),
15 # this is where it gets the payload from
16  PayloadName = cms.string('JPM_T'),
17  WorkingPointName = cms.string('JPM_WP')
18 )
19 
20 
21 BtagPerformanceESProducer_3 = cms.ESProducer("BtagPerformanceESProducer",
22 # this is what it makes available
23  ComponentName = cms.string('JetProbability_tight'),
24 # this is where it gets the payload from
25  PayloadName = cms.string('JPT_T'),
26  WorkingPointName = cms.string('JPT_WP')
27 )
28 
29 
30 BtagPerformanceESProducer_4 = cms.ESProducer("BtagPerformanceESProducer",
31 # this is what it makes available
32  ComponentName = cms.string('TrackCountingHighEfficiency_loose'),
33 # this is where it gets the payload from
34  PayloadName = cms.string('TCHEL_T'),
35  WorkingPointName = cms.string('TCHEL_WP')
36 )
37 
38 BtagPerformanceESProducer_5 = cms.ESProducer("BtagPerformanceESProducer",
39 # this is what it makes available
40  ComponentName = cms.string('TrackCountingHighEfficiency_medium'),
41 # this is where it gets the payload from
42  PayloadName = cms.string('TCHEM_T'),
43  WorkingPointName = cms.string('TCHEM_WP')
44 )
45 
46 BtagPerformanceESProducer_5 = cms.ESProducer("BtagPerformanceESProducer",
47 # this is what it makes available
48  ComponentName = cms.string('TrackCountingHighPurity_tight'),
49 # this is where it gets the payload from
50  PayloadName = cms.string('TCHPT_T'),
51  WorkingPointName = cms.string('TCHPT_WP')
52 )
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63