From e341a66042a0ba196efb503b96a32b9b5844e8c8 Mon Sep 17 00:00:00 2001
From: Takuya Nobe <tnobe@lxplus779.cern.ch>
Date: Fri, 31 May 2019 17:24:05 +0200
Subject: [PATCH] added lines for options

---
 .../TrigTransforms/TrigTransform/scripts/TrigMT_reco_tf.py     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/HLT/Trigger/TrigTransforms/TrigTransform/scripts/TrigMT_reco_tf.py b/HLT/Trigger/TrigTransforms/TrigTransform/scripts/TrigMT_reco_tf.py
index 156ae3f391a1..ad31bccb6408 100755
--- a/HLT/Trigger/TrigTransforms/TrigTransform/scripts/TrigMT_reco_tf.py
+++ b/HLT/Trigger/TrigTransforms/TrigTransform/scripts/TrigMT_reco_tf.py
@@ -53,7 +53,8 @@ def getTransform():
                                      literalRunargs = ['writeBS = runArgs.writeBS',
                                                        'from AthenaCommon.AthenaCommonFlags import athenaCommonFlags',
                                                        'athenaCommonFlags.FilesInput = runArgs.inputBS_RDOFile',
-                                                       'EvtMax = runArgs.maxEvents',
+                                                       'athenaCommonFlags.EvtMax = runArgs.maxEvents',
+                                                       'athenaCommonFlags.SkipEvents = runArgs.skipEvents',
                                                        'if hasattr(runArgs,\'outputBSFile\'):',
                                                        '   athenaCommonFlags.BSRDOOutput.set_Value_and_Lock( runArgs.outputBSFile )']))
 
-- 
GitLab