From 570964407101a19597f61eb083ca672a51facaf7 Mon Sep 17 00:00:00 2001
From: Martina Javurkova <martina.pagacova@cern.ch>
Date: Fri, 20 Sep 2019 17:37:27 +0200
Subject: [PATCH] BMK-41 Setting firstEvent argument to 1

---
 atlas/gen/atlas-gen/atlas-gen-bmk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atlas/gen/atlas-gen/atlas-gen-bmk.sh b/atlas/gen/atlas-gen/atlas-gen-bmk.sh
index 677f3514..3fa44448 100755
--- a/atlas/gen/atlas-gen/atlas-gen-bmk.sh
+++ b/atlas/gen/atlas-gen/atlas-gen-bmk.sh
@@ -21,7 +21,7 @@ function doOne(){
   # Configure WL copy
   joboptions=$BMKDIR/auxfiles/MC15.410501.PowhegPythia8EvtGen_A14_ttbar_hdamp258p75_nonallhad.py
   # Execute WL copy
-  Generate_tf.py --ecmEnergy="13000"  --firstEvent="47060001" --jobConfig="$joboptions" \
+  Generate_tf.py --ecmEnergy="13000"  --firstEvent="1" --jobConfig="$joboptions" \
     --maxEvents="$NEVENTS_THREAD" --outputEVNTFile="EVNT.10867034._003922.pool.root.1" --outputTXTFile="TXT.10867034._003922.tar.gz.1" \
     --randomSeed="9413" --runNumber="410501"  > out_$1.log 2>&1
   status=${?}
-- 
GitLab