Versions Compared

Key

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

...

  1. list of stdhep files in text file format
  2. number of jobs to run (usually 1)
  3. events to run (usually number of events in stdhep file)
  4. detector lcdd file (copied from LCDetectors)
  5. output directory (relative output path in zip bundle)
  6. physics list (default of QGSP_BERT recommended)
  7. copy back directory (usually current working dir)

Below is an example of using this script.

No Format

./sid_job_submission.csh myEventFiles.txt 1 1000 ./detectors/sidloi3.lcdd output/ QGSP_BERT `pwd`

The script depends on two other scripts being present in the working directory. The sid_slic_grid.csh scruot creates the Condor JDF file, and sid_run_slic_grid.csh runs slic in the grid environment.