Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Info
titleAccess to NFS

Access to SLAC NFS can be requested from the Unix Administration List. (Of course, you must already
have a SLAC Unix account to get NFS access.)

From Open a Unix terminal, open a connection to noric-new and logina SLAC Unix machine.

No Format
ssh noric-new
[YOURACCOUNT]@iris.slac.stanford.edu

Replace YOURACCOUNT with your actual SLAC Unix account.

Now, switch to the bash shell.

...

Tip
titleSLIC Command Line Interface

Unlike most other packages, the The SLIC command line interface to
SLIC simply maps directly to Geant4 commands. This keeps the interface
consistent. This also means that the order of the switches matters,
because it can affect Geant4's current statemacro commands.

To see available command line options, invoke the help command.

...

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

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

Tip
titleSLIC Initialization

SLIC must be initialized directly by the user, either by executing
the /run/initialize command from a macro or using the -z
option in the command line options. In the latter case, the
command option initializes the simulator in the order that the
switch was invoked at the command line.

Alternately, you may start up in interactive mode and manually input
all required commands.

No Format
slic -n
Idle>/lcdd/setURI examples/sdjan03/SDJan03.lcdd
Idle>/run/initialize

...

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 -s #_events_to_skip -r #_events
Warning
titleSkip before Run Events
The -s argument needs to come before -r or it will be ignored!