Versions Compared

Key

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

Processing Data in Batch Mode using LCSim XML

Table of Contents

...

Overview

If you have not gotten here by following the LCSim Tutorials, then you might want to backup and review, as necessary.

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. The user provides what is typically called a "steering" file in HEP. It specifies all the parameters of the batch job. These steering files may have the extension .xml, but it is recommended to use .lcsim instead, to avoid ambiguity.

...

Running from the Command Line

Follow the instructions for building lcsim software using maven2. This should result in a working lcsim setup on your local system.

...