We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7424737 commit e86b3b3Copy full SHA for e86b3b3
epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/trex.py
@@ -162,7 +162,6 @@ def edit_rwgt_runner(self):
162
###misc.sprint('Entering PLUGIN_OneProcessExporterRwgt.edit_rwgt_runner')
163
# Create the rwgt_runner.cc file
164
replace_dict = super().get_process_class_definitions(write=False)
165
-# rwgt_runner = self.get_proc_dir() + self.rwgt_template
166
replace_dict['process_namespace'] = self.get_proc_dir()
167
replace_dict['info_lines'] = model_handling.PLUGIN_export_cpp.get_mg5_info_lines()
168
replace_dict['parton_ids'] = self.get_rwgt_pdg_vec(self.matrix_elements[0].get('processes'))
0 commit comments