Skip to content
Snippets Groups Projects
Commit 7af3f601 authored by Timothee Theveneaux-Pelzer's avatar Timothee Theveneaux-Pelzer :vulcan:
Browse files

Fix warning due to integration files which are not produced by ttj MiNNLO

parent 03276ba2
No related branches found
No related tags found
3 merge requests!66713update MadGraph version,!51680Add functionality to MultiBjetFilter,!47381PowhegControl (21.6): further fixes for ttj MiNNLO - AGENE-2055
......@@ -75,7 +75,13 @@ class PowhegV2(PowhegBase):
def mandatory_integration_file_names(self):
"""! Wildcarded list of integration files that are needed for this process."""
"""! If some of the patterns don't match any files before running, a warning will be made to inform that no pre-made integration grid will be used."""
return self.integration_file_names
return [
"pwg*xg*.dat",
#"pwg*upb*.dat", # not needed by ttj MiNNLO
"pwggrid*.dat",
#"pwgfullgrid*.dat", # not needed by ttj MiNNLO
"pwgubound*.dat",
]
@property
def powheg_version(self):
......
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