From aa3e0ab53f55e9a9ab1cecd7d5146a9d2e5d2589 Mon Sep 17 00:00:00 2001 From: Justin Griffiths <justin.adam.griffiths@cern.ch> Date: Tue, 31 Jan 2017 18:31:07 +0100 Subject: [PATCH] new mva tracking config (tauRec-05-00-16) * tagging 05-00-16 * new MVA tracking on by default --- Reconstruction/tauRec/python/tauRecFlags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/tauRec/python/tauRecFlags.py b/Reconstruction/tauRec/python/tauRecFlags.py index b4d440ccaf2..70b6d428879 100644 --- a/Reconstruction/tauRec/python/tauRecFlags.py +++ b/Reconstruction/tauRec/python/tauRecFlags.py @@ -60,7 +60,7 @@ class tauRecMVATrackClassificationConfig(JobProperty): """ statusOn=True allowedTypes=[[[]]] - StoredValue=[ ["TMVAClassification_BDT.weights.root", -0.005], ["TMVAClassification_BDT_0.weights.root", -0.0074], ["TMVAClassification_BDT_1.weights.root", 0.0005] ] + StoredValue=[ ["TMVAClassification_BDT_l1.weights.root", 0.0002], ["TMVAClassification_BDT_l2.weights.root", -0.0080], ["TMVAClassification_BDT_l3.weights.root", -0.2034] ] class tauRecSeedMaxEta(JobProperty): """ max allowed abs_eta of jet seed -- GitLab