next up previous
Next: About this document Up: Beast Previous: FileOutputRW

FileInputRW

This module has one command. This is an APPInputCommand which is used to set the files to be read.

An example is the following;

mod talk FileInputRW
  input file reco.rwend
  exit

This is the minimum required and tells it to read the default file which is written by Beast. To read five files the following would be used;

mod talk FileInputRW
  input file run40201.rwend
  input file run40202.rwend
  input file run40203.rwend
  input file run40204.rwend
  input file run40205.rwend
  exit

The file extension is used to determine which file type the file is.



©1997 Stephen J. Gowdy (S.Gowdy@ed.ac.uk)