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

Class SubProcesses

source code

object --+
         |
        SubProcesses

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
clean(cls) source code
Static Methods [hide private]
 
get_subP(me_dir)
return the list of Subprocesses
source code
 
get_subP_info(path)
return the list of processes with their name
source code
 
get_subP_info_v4(path)
return the list of processes with their name in case without grouping
source code
 
get_subP_ids(path)
return the pdg codes of the particles present in the Subprocesses
source code
Class Variables [hide private]
  name_to_pdg = {}
Properties [hide private]

Inherited from object: __class__