by CERN

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

F7.2} Input class

 Constructor:

    input.Input([filename])

 initialize the structure to hold an input file and optionally
 read the input filename

 Important Variables:
    cardlist              a list with pointers to cards
    cards                 a dictionary with pointers to cards grouped
                                    per tag
 Important Methods:
    read(filename)        read input from file filename
    write(filename)       write input to file filename
    addCard(card,pos)     add card to position pos (or end of file)
    delCard(pos)          delete card from position pos
    preprocess()          pre-process input to check for active cards
    setEnable(e)          enable/disable card


◀ Previous   △ Index   Next ▶