From a5ae9d48c5c8bb7831a88d295ade511c6a7ed314 Mon Sep 17 00:00:00 2001
From: Steve Farrell <sfarrell@cern.ch>
Date: Fri, 15 Dec 2017 19:54:09 +0100
Subject: [PATCH] added beamFlags convenience alias to AthenaCommon
 BeamFlags.py

---
 Control/AthenaCommon/python/BeamFlags.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Control/AthenaCommon/python/BeamFlags.py b/Control/AthenaCommon/python/BeamFlags.py
index fd0316389ae..2207f037980 100644
--- a/Control/AthenaCommon/python/BeamFlags.py
+++ b/Control/AthenaCommon/python/BeamFlags.py
@@ -91,6 +91,7 @@ for j in _list_Beam:
     jobproperties.Beam.add_JobProperty(j)
 del _list_Beam
 
+# For convenience, a shorthand alias to the beam flags
+beamFlags = jobproperties.Beam
 
 #=======================================================================
-
-- 
GitLab