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

Module madevent_interface

source code

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

Classes [hide private]
  MadEventError
  SysCalcError
  CmdExtended
Particularisation of the cmd command for MadEvent
  HelpToCmd
The Series of help routine for the MadEventCmd
  AskRun
a class for the question on what to do on a madevent run
  CheckValidForCmd
The Series of check routine for the MadEventCmd
  CompleteForCmd
The Series of help routine for the MadGraphCmd
  MadEventCmd
The command line processor of Mad Graph
  MadEventCmdShell
The command line processor of MadGraph
  SubProcesses
  GridPackCmd
The command for the gridpack --Those are not suppose to be use interactively--
  MadLoopInitializer
A container class for the various methods for initializing MadLoop.
  MyOptParser
Variables [hide private]
  GNU_SPLITTING = False
  logger = logging.getLogger('madevent.stdout')
  logger_stderr = logging.getLogger('madevent.stderr')
  MADEVENT = False
  root_path = '/Users/omattelaer/Documents/workspace/madgraph5/M...
  usage = "usage: %prog [options] [FILE] "
  parser = MyOptParser(usage= usage)
  parser_error = ''
  done = False
  args = ''
  level = eval('logging.'+ options.logging)
  i = args.index('--web')
  cmd_line = MadEventCmdShell(os.path.dirname(root_path), force_...
  __package__ = 'madgraph.interface'
Variables Details [hide private]

root_path

Value:
'/Users/omattelaer/Documents/workspace/madgraph5/MG5_aMC_v2_6_5'

cmd_line

Value:
MadEventCmdShell(os.path.dirname(root_path), force_run= True)