From c470067e00efc48eb82726add1c664013a262048 Mon Sep 17 00:00:00 2001 From: Dinko Ferencek Date: Wed, 15 Jun 2016 10:10:02 -0500 Subject: [PATCH 1/2] switched to v3 training for 80X --- .../candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py | 2 +- .../candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py b/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py index 52ebdbc64a4fb..8d1b1fe4768fd 100644 --- a/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py +++ b/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py @@ -8,7 +8,7 @@ R0 = cms.double(0.8), maxSVDeltaRToJet = cms.double(0.7), useCondDB = cms.bool(False), - weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_v2.weights.xml.gz'), + weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_v3.weights.xml.gz'), useGBRForest = cms.bool(True), useAdaBoost = cms.bool(False), trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)) diff --git a/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py b/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py index 90eefd406fdea..a013d31c646b6 100644 --- a/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py +++ b/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py @@ -8,7 +8,7 @@ R0 = cms.double(1.5), maxSVDeltaRToJet = cms.double(1.3), useCondDB = cms.bool(False), - weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_BDT_v2.weights.xml.gz'), + weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_BDT_v3.weights.xml.gz'), useGBRForest = cms.bool(True), useAdaBoost = cms.bool(False), trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)) From ccd3201a2debab86e32c99a511ec4bf0c4d73135 Mon Sep 17 00:00:00 2001 From: Dinko Ferencek Date: Tue, 21 Jun 2016 06:27:00 -0500 Subject: [PATCH 2/2] reduced the maxSVDeltaRToJet cut for CA15 jets --- .../candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py b/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py index a013d31c646b6..1c2018ce738ce 100644 --- a/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py +++ b/RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py @@ -6,7 +6,7 @@ trackSelectionBlock, beta = cms.double(1.0), R0 = cms.double(1.5), - maxSVDeltaRToJet = cms.double(1.3), + maxSVDeltaRToJet = cms.double(1.0), useCondDB = cms.bool(False), weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_BDT_v3.weights.xml.gz'), useGBRForest = cms.bool(True),