From 0163ec9e3fda0f885472fc8ad9bf66f7bfdc712f Mon Sep 17 00:00:00 2001
From: jmaurer <jmaurer@cern.ch>
Date: Tue, 10 Nov 2020 00:21:55 +0100
Subject: [PATCH] allowing calculation of TRT eProbabilityNN for all egamma GSF
 tracks by setting default pT cut-off to 0

---
 .../egamma/egammaAlgs/python/EMBremCollectionBuilder.py         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Reconstruction/egamma/egammaAlgs/python/EMBremCollectionBuilder.py b/Reconstruction/egamma/egammaAlgs/python/EMBremCollectionBuilder.py
index 54fd5b468b6..183a8ce8f2c 100644
--- a/Reconstruction/egamma/egammaAlgs/python/EMBremCollectionBuilder.py
+++ b/Reconstruction/egamma/egammaAlgs/python/EMBremCollectionBuilder.py
@@ -74,6 +74,8 @@ class egammaBremCollectionBuilder (egammaAlgsConf.EMBremCollectionBuilder):
             GSFBuildTRT_ElectronPidTool = (
                 TrackingCommon.getInDetTRT_ElectronPidTool(
                     name="GSFBuildTRT_ElectronPidTool",
+                    CalculateNNPid=True,
+                    MinimumTrackPtForNNPid=0.,
                     private=True))
 
         #
-- 
GitLab