CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Btag_mistag101101.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 BtagPerformanceESProducer_MISTAGSSVHEM = cms.ESProducer("BtagPerformanceESProducer",
3 # this is what it makes available
4  ComponentName = cms.string('MISTAGSSVHEM'),
5 # this is where it gets the payload from
6  PayloadName = cms.string('BTagMISTAGSSVHEMtable_v3_offline'),
7  WorkingPointName = cms.string('BTagMISTAGSSVHEMwp_v3_offline')
8 )
9 BtagPerformanceESProducer_MISTAGSSVHPT = cms.ESProducer("BtagPerformanceESProducer",
10 # this is what it makes available
11  ComponentName = cms.string('MISTAGSSVHPT'),
12 # this is where it gets the payload from
13  PayloadName = cms.string('BTagMISTAGSSVHPTtable_v3_offline'),
14  WorkingPointName = cms.string('BTagMISTAGSSVHPTwp_v3_offline')
15 )
16 BtagPerformanceESProducer_MISTAGTCHEL = cms.ESProducer("BtagPerformanceESProducer",
17 # this is what it makes available
18  ComponentName = cms.string('MISTAGTCHEL'),
19 # this is where it gets the payload from
20  PayloadName = cms.string('BTagMISTAGTCHELtable_v3_offline'),
21  WorkingPointName = cms.string('BTagMISTAGTCHELwp_v3_offline')
22 )
23 BtagPerformanceESProducer_MISTAGTCHEM = cms.ESProducer("BtagPerformanceESProducer",
24 # this is what it makes available
25  ComponentName = cms.string('MISTAGTCHEM'),
26 # this is where it gets the payload from
27  PayloadName = cms.string('BTagMISTAGTCHEMtable_v3_offline'),
28  WorkingPointName = cms.string('BTagMISTAGTCHEMwp_v3_offline')
29 )
30 BtagPerformanceESProducer_MISTAGTCHPT = cms.ESProducer("BtagPerformanceESProducer",
31 # this is what it makes available
32  ComponentName = cms.string('MISTAGTCHPT'),
33 # this is where it gets the payload from
34  PayloadName = cms.string('BTagMISTAGTCHPTtable_v3_offline'),
35  WorkingPointName = cms.string('BTagMISTAGTCHPTwp_v3_offline')
36 )