Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
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
!77208
Always use the default pwhg_main executable. Drop unused link_madloop_libraries
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Always use the default pwhg_main executable. Drop unused link_madloop_libraries
averbyts/athena:furthercleanup
into
main
Overview
3
Commits
1
Pipelines
1
Changes
5
Merged
Andrii Verbytskyi
requested to merge
averbyts/athena:furthercleanup
into
main
1 month ago
Overview
3
Commits
1
Pipelines
1
Changes
5
Expand
Further PowhegControl cleanup.
Always use the default pwhg_main executable as since 07-09 all non-standard executables are renamed like that.
Drop unused link_madloop_libraries
@tpelzer
@asaibel
@katharin
Edited
1 month ago
by
Andrii Verbytskyi
0
0
Merge request reports
Viewing commit
8eab8ae9
Show latest version
5 files
+
4
−
32
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
8eab8ae9
Always use the default pwhg_main executable. Drop unused link_madloop_libraries
· 8eab8ae9
Andrii Verbytskyi
authored
1 month ago
Generators/PowhegControl/python/processes/powheg/chi0chi0.py
+
1
−
1
Options
@@ -24,7 +24,7 @@ class chi0chi0(PowhegV2):
@param base_directory path to PowhegBox code.
@param kwargs dictionary of arguments from Generate_tf.
"""
super
(
chi0chi0
,
self
).
__init__
(
base_directory
,
os
.
path
.
join
(
"
weakinos
"
,
"
neuIneuJ
"
),
powheg_executable
=
"
pwhg_main_ninj
"
,
**
kwargs
)
super
(
chi0chi0
,
self
).
__init__
(
base_directory
,
os
.
path
.
join
(
"
weakinos
"
,
"
neuIneuJ
"
),
**
kwargs
)
# Load SLHA input
if
len
(
glob
.
glob
(
"
*.slha
"
))
>
0
:
Loading