Versions Compared

Key

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

...

No Format
slic -g $PRJ_DIST/slic/current/examples/sdjan03/SDJan03.lcdd -z -n
Tip
titleLCDD files for Common Detectors

The LCDD files for common detectors such as SiD are kept at /nfs/slac/g/lcd/mc/prj/data/detectors,
which should be accessible from the SLAC Linux machines.

...

No Format
slic -g examples/sdjan03/SDJan03.lcdd -z -n
Idle>/control/execute macros/vis_gl.mac
Idle>/control/execute macros/gps.mac
Idle>/run/beamOn

...

No Format
slic -g /path/to/geometry/file -z -n

The -z option tells SLIC to initialize the simulator at that
point and -n will start an interactive session.

...

Tip
titleBatch job submission

Here is a set of commands that may be useful for batch submission.

No Format
slic -g geom_file -i input_file -p path_for_output_file -o output_file -z -s #_events_to_skip -r #_events

...