Versions Compared

Key

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

...

No Format
slic [arguments]
Tip
titleSLIC Command Line Interface

Unlike most other packages, the command line interface to
SLIC simply maps 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 state.

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

...

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 in interactive mode and manually input
all required commands.

...