Package madgraph :: Package interface :: Module amcatnlo_interface
[hide private]
[frames] | no frames]

Module amcatnlo_interface

source code

A user friendly command line interface to access all MadGraph5_aMC@NLO features. Uses the cmd package for command interpretation and tab completion.

Classes [hide private]
  CheckFKS
  CheckFKSWeb
  CompleteFKS
  HelpFKS
  aMCatNLOInterface
  aMCatNLOInterfaceWeb
Functions [hide private]
 
generate_directories_fks_async(i) source code
Variables [hide private]
  logger = logging.getLogger('cmdprint')
  logger_stderr = logging.getLogger('fatalerror')
  glob_directories_map = []
  _launch_usage = 'launch [DIRPATH] [MODE] [options]\n-- execute...
  _launch_parser = misc.OptionParser(usage= _launch_usage)
  __package__ = 'madgraph.interface'
Variables Details [hide private]

_launch_usage

Value:
'''launch [DIRPATH] [MODE] [options]
-- execute the aMC@NLO output present in DIRPATH
   By default DIRPATH is the latest created directory
   MODE can be either LO, NLO, aMC@NLO or aMC@LO (if omitted, it is as\
ked in a separate question)
     If mode is set to LO/NLO, no event generation will be performed, \
but only the 
     computation of the total cross-section and the filling of parton-\
...