Skip to content

Commit

Permalink
added call to RWGT exporter output
Browse files Browse the repository at this point in the history
  • Loading branch information
zeniheisser committed Mar 4, 2024
1 parent e428e38 commit a458c4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions madgraph/interface/madgraph_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -8666,6 +8666,14 @@ def generate_matrix_elements(self, group_processes=True):
self._generate_info)



if self._export_format == 'plugin':
if type(self._curr_exporter).__name__ == 'RWGT_ProcessExporter':
for me in self._curr_matrix_elements.get_matrix_elements():
self._curr_exporter.export_driver()
# misc.sprint(type(me.get('processes')[0]))
# misc.sprint(me.get('processes')[0].get_process_name())

cpu_time2 = time.time() - cpu_time1

logger.info(("Generated helas calls for %d subprocesses " + \
Expand Down

0 comments on commit a458c4c

Please sign in to comment.