Versions Compared

Key

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

...

What runtime dependencies does SLIC have?

Running SLIC

Does SLIC have any runtime dependencies?

If you installed SLIC in the recommended way, the only runtime dependency would be the Xerces C++ shared library. The Xerces library directory needs to be added to the LD_LIBRARY_PATH (bash), so that the loader can find this library when slic executes.

No Format

export LD_LIBRARY_PATH=/path/to/my/xerces/install/lib:$LD_LIBRARY_PATH

If you see this error, it means that the LD_LIBRARY_PATH has not been set correctly.

No Format

./slic/bin/Linux-g++/slic: error while loading shared libraries: libxerces-c.so.27: cannot open shared object file: No such file or directory

The SimDist run script will set this variable automatically.

How do I run the simulator binary?

...

No Format
./bin/Linux-g++/slic [options]

Does SLIC have any runtime dependencies?

If you installed SLIC in the recommended way, the only runtime dependency would be the Xerces C++ shared library. The Xerces library directory needs to be added to the LD_LIBRARY_PATH (bash), so that the loader can find this library when slic executes.

No Format

export LD_LIBRARY_PATH=/path/to/my/xerces/install/lib:$LD_LIBRARY_PATH

How do I run SLIC if I installed with SimDist?

How do I run SLIC if I installed with SimDist?

Use the script at SimDist/scripts/slic.sh as you would the normal slic binary. This script will automatically locate Xerces and set the correct LD_LIBRARY_PATH for you.

How do I How do I get help on the command-line syntax?

To see explanations of slic's command-line options, use the "-h" option.

No Format

slic -h

This will print slic usage and exit.

How do I get help on SLIC's custom Geant4 commands?

...

How do I use the General Particle Source (GPS)?

LCIO

What is LCIO?

...

If I don't want to run SLIC, are there LCIO files available that I can use to get started with my analysis?

How do I request new LCIO files?

What tool can I use to look at LCIO output from the command line?

What tool can I use to look at LCIO output from within JAS3?

How can I create diagnostic histograms of LCIO output?

...

How do I read a plain GDML file using SLIC?

The LCDD system supports reading both plain GDML and LCDD files from SLIC.

To read in a "plain" GDML file, simply use the "-g" option as you normally would ...

No Format

slic -g myGeom.gdml

The LCDD system will use the GDML schema instead of LCDD and the geometry should be loaded successfully.

Detector Visualization

How can I see a basic visualization of my events using Geant4?

...