From fc10b6ff13555e10c4268676a2829bf73092ff3f Mon Sep 17 00:00:00 2001
From: Hass AbouZeid <hass.abouzeid@cern.ch>
Date: Wed, 19 Apr 2017 12:02:55 +0000
Subject: [PATCH] Merge branch
 'ATLPHYSVAL-521_21.0_When_adding_missing_truth_jets_match_default_configuration'
 into '21.0'

Adjust configuration of truth jet finder to match the default.

See merge request !941

Former-commit-id: 2e371ba32efa95d04dcc7bf8e095c2ceeacc2fbf
---
 .../InDetPhysValMonitoring/python/addTruthJets.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InnerDetector/InDetValidation/InDetPhysValMonitoring/python/addTruthJets.py b/InnerDetector/InDetValidation/InDetPhysValMonitoring/python/addTruthJets.py
index f4bf41ea47b..7577a637213 100644
--- a/InnerDetector/InDetValidation/InDetPhysValMonitoring/python/addTruthJets.py
+++ b/InnerDetector/InDetValidation/InDetPhysValMonitoring/python/addTruthJets.py
@@ -83,7 +83,7 @@ def addTruthJetsIfNotExising(truth_jets_name) :
                                                alg_type,
                                                float(alg_param_str)/10.,
                                                "truth",
-                                               ghostArea=0.0)
+                                               ptmin=5000)
 
 
             jet_tools=[]
-- 
GitLab