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

Module save_model

source code

Function to save model files.

Functions [hide private]
 
save_particles(fsock, part_list)
Save particle objects contained in part_list in the stream fsock
source code
 
save_interactions(fsock, inter_list)
Save interaction objects contained in inter_list in the stream fsock
source code
 
save_model(path, model)
Save a full model in directory path (try to create if necessary).
source code
Variables [hide private]
  logger = logging.getLogger('madgraph.save_model')
  __package__ = 'madgraph.iolibs'