From dae837f54bbcd2344edb57496b6c4e83aeaa510a Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Sat, 12 Sep 2020 22:42:15 +0200
Subject: [PATCH] AthenaROOTAccess: root 6.22 fix

SetSignalPolicy no longer exists.
---
 PhysicsAnalysis/AthenaROOTAccess/python/dumpers.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PhysicsAnalysis/AthenaROOTAccess/python/dumpers.py b/PhysicsAnalysis/AthenaROOTAccess/python/dumpers.py
index 13f56fe36560..10e41b0e19f8 100644
--- a/PhysicsAnalysis/AthenaROOTAccess/python/dumpers.py
+++ b/PhysicsAnalysis/AthenaROOTAccess/python/dumpers.py
@@ -272,7 +272,6 @@ class Evdump(object):
                 else:
                    ROOT.gInterpreter.ProcessLine ("typedef %s %s;" % (t, v))
 
-        ROOT.SetSignalPolicy(ROOT.kSignalFast)
         return
 
     def add_dhe (self, key, token, find_type = None):
-- 
GitLab