1 import FWCore.ParameterSet.Config
as cms
4 full_74x_wp = cms.PSet(
8 Pt010_Tight = cms.vdouble(-0.83,-0.81,-0.74,-0.81),
9 Pt1020_Tight = cms.vdouble(-0.83,-0.81,-0.74,-0.81),
10 Pt2030_Tight = cms.vdouble( 0.73, 0.05,-0.26,-0.42),
11 Pt3050_Tight = cms.vdouble( 0.73, 0.05,-0.26,-0.42),
14 Pt010_Medium = cms.vdouble(-0.83,-0.92,-0.90,-0.92),
15 Pt1020_Medium = cms.vdouble(-0.83,-0.92,-0.90,-0.92),
16 Pt2030_Medium = cms.vdouble( 0.10,-0.36,-0.54,-0.54),
17 Pt3050_Medium = cms.vdouble( 0.10,-0.36,-0.54,-0.54),
20 Pt010_Loose = cms.vdouble(-0.95,-0.96,-0.94,-0.95),
21 Pt1020_Loose = cms.vdouble(-0.95,-0.96,-0.94,-0.95),
22 Pt2030_Loose = cms.vdouble(-0.63,-0.60,-0.55,-0.45),
23 Pt3050_Loose = cms.vdouble(-0.63,-0.60,-0.55,-0.45),
29 impactParTkThreshold = cms.double(1.) ,
30 cutBased = cms.bool(
False),
31 tmvaWeights = cms.FileInPath(
"RecoJets/JetProducers/data/MVAJetPuID.weights_newNames.xml.gz"),
32 tmvaMethod = cms.string(
"BDTG"),
33 version = cms.int32(-1),
34 tmvaVariables = cms.vstring(
52 tmvaSpectators = cms.vstring(
56 JetIdParams = full_74x_wp,
57 label = cms.string(
"CATEv0")