Package madgraph :: Package madweight :: Module MW_info
[hide private]
[frames] | no frames]

Module MW_info

source code

Classes [hide private]
  P_info
class containing option/routine for standard MG/ME run
  MW_info
class containing all the option/information from the run
  move
Functions [hide private]
 
go_to_main_dir()
move to main position
source code
 
read_card(name_card)
put all card information in a dictionary
source code
 
check_for_help(opt)
check if the user use the -h or -help option or simply invalid option
source code
 
detect_SubProcess(P_mode=0) source code
Variables [hide private]
  num_to_tag = {-4: 'status', -3: 'refine', -2: 'clean', -1: 're...
  tag_to_num = {'analyzer': 2, 'clean': -2, 'collect': 8, 'compi...
  last_step = 9
  __package__ = 'madgraph.madweight'
Variables Details [hide private]

num_to_tag

Value:
{-4: 'status',
 -3: 'refine',
 -2: 'clean',
 -1: 'relaunch',
 1: 'param',
 2: 'analyzer',
 3: 'compilation',
 4: 'event',
...

tag_to_num

Value:
{'analyzer': 2,
 'clean': -2,
 'collect': 8,
 'compilation': 3,
 'control': 7,
 'dir': 5,
 'event': 4,
 'launch': 6,
...