Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
155
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
!52050
Superchic add ATLAS cvmfs installation of pdfs to LHAPATH
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Superchic add ATLAS cvmfs installation of pdfs to LHAPATH
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
Superchic add ATLAS cvmfs installation of pdfs to LHAPATH
0
0
Merge request reports
Compare
21.6
21.6 (base)
and
latest version
latest version
eeec8f43
1 commit,
2 years ago
2 files
+
7
−
3
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/Superchic_i/python/SuperChicUtils.py
+
0
−
2
Options
@@ -11,8 +11,6 @@ class SuperChicConfig:
def
__init__
(
self
,
runArgs
):
self
.
superchicpath
=
os
.
environ
[
'
SUPERCHICPATH
'
]
os
.
environ
[
'
LHAPATH
'
]
=
os
.
environ
[
'
LHAPATH
'
].
split
(
'
:
'
)[
0
]
+
'
:/afs/cern.ch/atlas/groups/Generators/lhapdfsets/current
'
os
.
environ
[
'
LHAPDF_DATA_PATH
'
]
=
os
.
environ
[
'
LHAPATH
'
].
split
(
'
:
'
)[
0
]
+
'
:/afs/cern.ch/atlas/groups/Generators/lhapdfsets/current
'
#SuperChic specific variables for input.DAT, see writeInputDAT function for more elaboration
self
.
rts
=
13000.
#collision energy (GeV)
if
hasattr
(
runArgs
,
"
ecmEnergy
"
):
Loading