Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lawrence Davou Christopher
athena
Commits
1db0d8dc
Commit
1db0d8dc
authored
7 years ago
by
James Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Fixed PDF decorator typo. 2015-02-16 16:20:57. (PowhegControl-00-02-03)
Former-commit-id: e2338937d953ff4df24a6cca07c34bda0eb87744
parent
8e3efefa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Generators/PowhegControl/python/PowhegDecorators.py
+1
-1
1 addition, 1 deletion
Generators/PowhegControl/python/PowhegDecorators.py
with
1 addition
and
1 deletion
Generators/PowhegControl/python/PowhegDecorators.py
+
1
−
1
View file @
1db0d8dc
...
...
@@ -367,7 +367,7 @@ class V2Decorator :
if
self
.
decorated
.
PDF_info_type
==
1
:
f
.
write
(
'
storeinfo_rwgt 1 ! enable new-style PDF information: nominal
\n
'
)
f
.
write
(
'
compute_rwgt 0 ! enable new-style PDF information: nominal
\n
'
)
elif
self
.
decoratedPDF_info_type
==
2
:
elif
self
.
decorated
.
PDF_info_type
==
2
:
f
.
write
(
'
storeinfo_rwgt 0 ! enable new-style PDF information: reweight to new PDF
\n
'
)
f
.
write
(
'
compute_rwgt 1 ! enable new-style PDF information: reweight to new PDF
\n
'
)
f
.
write
(
'
doublefsr
'
+
str
(
self
.
decorated
.
doublefsr
)
+
'
! fix problem with spikes in final observables, see arXiv:1303.3922
\n
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment