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
!77844
Drop Python path manipulations which are not needed anymore
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Drop Python path manipulations which are not needed anymore
averbyts/athena:powhegv4
into
main
Overview
11
Commits
16
Pipelines
4
Changes
1
Merged
Andrii Verbytskyi
requested to merge
averbyts/athena:powhegv4
into
main
1 month ago
Overview
11
Commits
16
Pipelines
4
Changes
1
Expand
Drop Python path manipulations which are not needed anymore
0
0
Merge request reports
Viewing commit
2dc83a89
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2dc83a89
Update ggF_HH_quartic.py
· 2dc83a89
Andrii Verbytskyi
authored
1 month ago
Generators/PowhegControl/python/processes/powheg/ggF_HH_quartic.py
+
0
−
1
Options
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
import
os
import
glob
from
AthenaCommon
import
Logging
from
..powheg_V2
import
PowhegV2
Loading