by CERN

Advanced graphical user interface for particle simulation programs
◀ Previous   △ Index   Next ▶

F7} API

 There is work presently going on to decouple the functionality
 from the interface, some of the basic classes can be used to
 input processing

 file: input.py     - to manipulate input files
    import deck
    deck.init([database]) to initialize the database of cards
    Most commonly used classes:
            Card    containing the description of each card
            Input   manipulating the FLUKA input file

 file: Project.py   - to manipulate project files


◀ Previous   △ Index   Next ▶