Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
156
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!52086
ART tests: add test using Superchic and ttbar for ECM=13.6TeV
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ART tests: add test using Superchic and ttbar for ECM=13.6TeV
ewelina/athena:21.6-superchic
into
21.6
Overview
2
Commits
1
Pipelines
1
Changes
2
Merged
Ewelina Maria Lobodzinska
requested to merge
ewelina/athena:21.6-superchic
into
21.6
2 years ago
Overview
2
Commits
1
Pipelines
1
Changes
2
Expand
ART tests: add test using Superchic and ttbar for ECM=13.6TeV
0
0
Merge request reports
Compare
21.6
21.6 (base)
and
latest version
latest version
e1a659b7
1 commit,
2 years ago
2 files
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Generators/EvgenJobTransforms/test/test_gen_phpy8eg_13p6TeV_ttbar.sh
0 → 100755
+
15
−
0
Options
#!/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