Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:06

0001 # preliminary b-tagging Operating Points
0002 # obtained with cmssw_2_1_0_pre6
0003 # qcd validation /store/relval/2008/6/22/RelVal-RelValQCD_Pt_80_120-1213987236-IDEAL_V2-2nd/0003/
0004 # corrected pt 30 |eta| <2.4 taggability >2
0005 #
0006 
0007 import FWCore.ParameterSet.Config as cms
0008 
0009 BJetOperatingPointsParameters = cms.PSet(
0010    BJetOperatingPoints = cms.PSet(
0011       DefaultBdisc = cms.string('trackCountingHighEffBJetTags'),
0012       DefaultOp = cms.string('Loose'),
0013         discCutTight = cms.vdouble(
0014             13.76,  3.943,         #TCHE, TCHP,
0015             0.7322, 3.335,         #JTP,  JBTP, 
0016             3.524,  0.9467,        #SSV,  CSV, 
0017             0.9635, 0.9462,        #MSV,  IPM,
0018             0.5581, 0.2757, 0.349  #SET,  SMT,  SMNoIPT  
0019         ),
0020         discCutMedium = cms.vdouble(
0021             4.433,  2.53,
0022             0.5114, 2.295,
0023             2.13,   0.8339,
0024             0.8131, 0.8141,
0025             0.1974, 0.1208, 0.1846
0026         ),
0027         discCutLoose = cms.vdouble(
0028             1.993,  1.678,
0029             0.2395, 1.149,
0030             1.2,    0.415,
0031             0.4291, 0.3401,
0032             0.0,    0.0,    0.0
0033         ),
0034         bdiscriminators = cms.vstring(
0035             'trackCountingHighEffBJetTags','trackCountingHighPurBJetTags',
0036             'jetProbabilityBJetTags','jetBProbabilityBJetTags',
0037             'simpleSecondaryVertexBJetTags','combinedSecondaryVertexBJetTags',
0038             'combinedSecondaryVertexMVABJetTags','impactParameterMVABJetTags',
0039             'softElectronBJetTags','softMuonBJetTags','softMuonNoIPBJetTags'
0040         )
0041    )
0042 )