Skip to content
Snippets Groups Projects

ART tests: add test using Superchic and ttbar for ECM=13.6TeV

Merged Ewelina Maria Lobodzinska requested to merge ewelina/athena:21.6-superchic into 21.6
2 files
+ 29
0
Compare changes
  • Side-by-side
  • Inline
Files
2
#!/bin/bash
# art-description: Generation test Ph+Py8 ttbar incl. with ECM=13.6TeV
# art-include: 21.6/AthGeneration
# art-type: build
# art-output: *.root
# art-output: log.generate
## Any arguments are considered overrides, and will be added at the end
export TRF_ECHO=True;
Gen_tf.py --ecmEnergy=13000 --jobConfig=950070 --maxEvents=10 \
--outputEVNTFile=test_powheg_ttbar.EVNT.pool.root --ecmEnergy=13600 \
echo "art-result: $? generate"
Loading