You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

There are two ways to run a file with Geant4 macro commands using slic.

First, a single non-option command line argument is treated as a macro.

slic run.macro

Secondly, the -m switch can be used one or more times to specify macros that will be executed in command line order.

slic -m init.macro -m run.macro
  • No labels