next up previous contents index
Next: Batch and interactive Up: Running Minuit in Previous: Running Minuit in

Note

In data-driven mode, that is with CALL MINUIT, you should not call MNINIT, since Minuit takes care of all initialization. To change unit numbers, call MINTIO before calling MINUIT.

In order that control returns to the user program after CALL MINUIT, the last command in the corresponding Data Block should be [RETurn]RETURN. If the last command is EXIT or STOP, then Minuit will execute a Fortran STOP, and if the last command is END, Minuit will read a new Data Block from the current input unit.

10cmData to drive Minuit

In data-driven mode, either interactively or in batch, Minuit reads the following data provided by the user:

Any or all of the above data read by Minuit can reside on one or more different files, and Minuit can be instructed to switch to reading a different file with the [SET INPut]SET INPUT command. Optionally, the title record may be preceeded by a record beginning with the characters [SET TITle]SET TITLE, and the parameter definitions may be preceeded by a record beginning with the characters [PARameters]PARAMETERS. It is in fact recommended always to include these optional records when preparing a data file, since the file can then be read at any time (not just at the beginning of a Minuit run) and will always be interpreted correctly by Minuit.

Example of a typical Minuit data set




next up previous contents index
Next: Batch and interactive Up: Running Minuit in Previous: Running Minuit in


Janne Saarela
Mon Apr 3 15:36:46 METDST 1995