Versions Compared

Key

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

...

This tutorial explains how to run org.lcsim in a batch computing environment like a Unix command line or from a shell script that could be run on the Grid or your local batch computing system. An XML job manager The user provides what is typically called a "steering" file , which in HEP. It specifies all the parameters of the batch job. The These steering files may have the extension .xml, but it is recommended to use the extension .lcsim instead, to avoid ambiguity with other markup formats.

...

The VERSION is replaced by your lcsim build version. And XML is a . The ./myJob.xml argument points to a local file in the lcsim recon XML format.

...

The JobManager is able to convert from xml to these simple setters using Javabeans. All Java primitive types are accepted, as are 1d arrays of these types. The method must have a single argument only.

LCSim XML Format

This shows all possible XML elements in the LCSim format.

...