Skip to content
Snippets Groups Projects

Always use the default pwhg_main executable. Drop unused link_madloop_libraries

Merged Andrii Verbytskyi requested to merge averbyts/athena:furthercleanup into main
5 files
+ 4
32
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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