Skip to content
Snippets Groups Projects
Commit 1db0d8dc authored by James Robinson's avatar James Robinson
Browse files

Fixed PDF decorator typo. 2015-02-16 16:20:57. (PowhegControl-00-02-03)

Former-commit-id: e2338937d953ff4df24a6cca07c34bda0eb87744
parent 8e3efefa
No related branches found
No related tags found
No related merge requests found
......@@ -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' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment