CMS 3D CMS Logo

bJetOperatingPointsParameters_cfi.py
Go to the documentation of this file.
1 # preliminary b-tagging Operating Points
2 # obtained with cmssw_2_1_0_pre6
3 # qcd validation /store/relval/2008/6/22/RelVal-RelValQCD_Pt_80_120-1213987236-IDEAL_V2-2nd/0003/
4 # corrected pt 30 |eta| <2.4 taggability >2
5 #
6 
7 import FWCore.ParameterSet.Config as cms
8 
9 BJetOperatingPointsParameters = cms.PSet(
10  BJetOperatingPoints = cms.PSet(
11  DefaultBdisc = cms.string('trackCountingHighEffBJetTags'),
12  DefaultOp = cms.string('Loose'),
13  discCutTight = cms.vdouble(
14  13.76, 3.943, #TCHE, TCHP,
15  0.7322, 3.335, #JTP, JBTP,
16  3.524, 0.9467, #SSV, CSV,
17  0.9635, 0.9462, #MSV, IPM,
18  0.5581, 0.2757, 0.349 #SET, SMT, SMNoIPT
19  ),
20  discCutMedium = cms.vdouble(
21  4.433, 2.53,
22  0.5114, 2.295,
23  2.13, 0.8339,
24  0.8131, 0.8141,
25  0.1974, 0.1208, 0.1846
26  ),
27  discCutLoose = cms.vdouble(
28  1.993, 1.678,
29  0.2395, 1.149,
30  1.2, 0.415,
31  0.4291, 0.3401,
32  0.0, 0.0, 0.0
33  ),
34  bdiscriminators = cms.vstring(
35  'trackCountingHighEffBJetTags','trackCountingHighPurBJetTags',
36  'jetProbabilityBJetTags','jetBProbabilityBJetTags',
37  'simpleSecondaryVertexBJetTags','combinedSecondaryVertexBJetTags',
38  'combinedSecondaryVertexMVABJetTags','impactParameterMVABJetTags',
39  'softElectronBJetTags','softMuonBJetTags','softMuonNoIPBJetTags'
40  )
41  )
42 )