Class to take care of exporting a set of matrix elements to Fortran
(v4) format.
|
__init__(self,
dir_path='
' ,
opt=None)
Initiate the ProcessExporterFortran with directory information |
source code
|
|
|
copy_template(self,
model)
Prepare export_dir as standalone_cpp directory, including: src (for
RAMBO, model and ALOHA files + makefile) lib (with compiled libraries
from src) SubProcesses (with check_sa.cpp + makefile and Pxxxxx
directories) |
source code
|
|
|
|
|
|
|
|
|
generate_subprocess_directory(self,
matrix_element,
cpp_helas_call_writer,
proc_number=None)
Generate the Pxxxxx directory for a subprocess in C++ standalone,
including the necessary .h and .cc files |
source code
|
|
|
|
Inherited from export_v4.VirtualExporter :
export_helas ,
export_model_files ,
helas_call_writer_custom ,
pass_information_from_cmd
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|