Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The <inputFiles> section contains a list of local or remote files to be processed. It may contain a mixture of any of the elements described below, but it may not be empty. And it must result in at least one input file being found or the job will fail.

file

These can be <file> elements which contain The <file> element is a relative or absolute path to a file on the local file system.

No Format
<inputFiles>
    <file>/path/to/local/datafile.slcio</file>
</inputFiles>

fileUrl

Remote files that accessible via a public URL can be accessed using a <fileUrl> elementOr it may be a publically accessible URL.

No Format
<inputFiles>
    <fileUrl>ftp<file>ftp://example.org/datafile.slcio</fileUrl>file>
</inputFiles>

Some batch systems may not support remote file access via a URL. Check with your administrator.

...

No Format
<fileList>/example/mylciofiles.txt</fileList>

fileUrlList

...

Job Control

The <control> section contains parameters that control the batch job, including the number of events to run and whether various debugging output should be printed.

...