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

Module drawing_eps

source code

This files contains class for creating files or object representing a 
diagram or a set of diagrams.

class structure:
 
DrawDiagram: 
    In principle ALL routines representing a diagram in Any format SHOULD derive
    from this class. This is a (nearly empty) frameworks to draw a diagram 
    in any type format.  

    This frameworks defines in particular 
        - function to convert the input diagram in the correct object. 
            [convert_diagram]
        - main loop to draw a diagram in a line-by-line method
            [draw - draw_diagram]
        
DrawDiagramEPS:
    This contains all the routines to represent one diagram in Encapsuled 
    PostScript (EPS)
    
DrawDiagramsEPS:
    This contains all the routines to represent a set of diagrams in Encapsuled 
    PostScript (EPS).

Classes [hide private]
  EpsDiagramDrawer
Class to write a EPS file containing the asked diagram This class follows the DrawDiagram Frameworks.
  MultiEpsDiagramDrawer
Class to write a EPS file containing the asked set of diagram This class follows the DrawDiagram Frameworks.
Variables [hide private]
  _file_path = '/Users/alwall/MadGraph/madgraph5/MadGraph5_v1_4_...
  __package__ = 'madgraph.iolibs'
Variables Details [hide private]

_file_path

Value:
'/Users/alwall/MadGraph/madgraph5/MadGraph5_v1_4_8/madgraph/'