Skip to content
Snippets Groups Projects

MGC tests, saving tgz outputs instead of event files

Merged Zach Marshall requested to merge zmarshal/athena:21.6_MGC_test_output_tgz into 21.6
17 files
+ 41
41
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -3,12 +3,12 @@
# art-include: 21.6/AthGeneration
# art-description: MadGraph Event Generation Test - LO LHE generation
# art-type: grid
# art-output: test_lhe_events.events
# art-output: test_lhe_events.tar.gz
# art-output: output_hists.root
# art-output: dcube
# art-html: dcube
Gen_tf.py --ecmEnergy=13000. --maxEvents=-1 --firstEvent=1 --randomSeed=123456 --outputTXTFile=test_lhe_events --jobConfig=950100
Gen_tf.py --ecmEnergy=13000. --maxEvents=-1 --firstEvent=1 --randomSeed=123456 --outputTXTFile=test_lhe_events.tar.gz --jobConfig=950100
echo "art-result: $? Gen_tf"
Loading