Package madgraph :: Package iolibs :: Package template_files :: Module mg4_proc_card
[hide private]
[frames] | no frames]

Module mg4_proc_card

source code

Variables [hide private]
  mg4_template = string.Template("...
  process_template = string.Template("...
  __package__ = 'madgraph.iolibs.template_files'
Variables Details [hide private]

mg4_template

Value:
string.Template("""\
#*********************************************************************
#                        MadGraph/MadEvent                           *
#                   http://madgraph.hep.uiuc.edu                     *
#                                                                    *
#                          proc_card.dat                             *
#*********************************************************************
#                                                                    *
...

process_template

Value:
string.Template("""\
$process           #Process
# Be carefull the coupling are here in MG5 convention
$coupling          
end_coup           # End the couplings input
""")