Versions Compared

Key

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

...

Many tools are available for the simulation of ILC detectors and the analysis of results. Somewhat unfortunately, there There are three differents toolchains that can be used. These have been developed separately in the US, European, and Asian (Japanese) regions.

We recommend that those getting started use the The system used by SLAC and ALCPG system of has the SLIC Simulations Package (C++) with the org.lcsim for reconstruction and analysis package (using Java). This system also uses the JAS3 graphical analysis environment.

...

Finally, the ACFA group has a http://root.cern.ch-based suite of softare.

Why is SLIC with org.lcsim the recommended software system?

SLIC is the recommended simulator because it allows great flexibility and power in the specification of the detector by using the LCDD XML format. LCDD provides a 100% runtime description of the detector and its associated properties, including the volume hierarchy, sensitive detectors, and detector component identifiers, among other features. In practice, using this standard format is much easier than trying to author custom C++ code for different full detector designs and their subdetectors.

The org.lcsim package is recommended, because it uses the Java programming language, which is generally much easier to get started with and use than C++, especially for those with only partial time to devote to ILC research. Additionally, JAS3 provides a number of integrated tools such as the WIRED event display and an AIDA-compliant plotter.

Info

The remainder of this FAQ focuses (almost exclusively) on the US/ALCPG/SLAC software suite based on SLIC and org.lcsim. The LCIO file format and its different language implementations ensure a basic level of interoperability between the three disparate systems.

Where can I get more information about software?

...

Is there an forum for ILC detector simulation issues?

How

...

do I file a bug report

...

or make a feature request?

SLIC

What is SLIC?

SLIC stands for "Simulator for the Linear Collider". It is a full simulation package that uses the Geant4 Monte Carlo toolkit to simulate the passage of particles through the detector. SLIC outputs LCIO files that can be analysed using a variety of language bindings, including Java, C++, FORTRAN, and Python. SLIC uses a separate backend for the input of detector data called Linear Collider Detector Description (LCDD), which itself is based on the GDML project from CERN.

...

Are there plots available of LCPhys physics results?

Miscellaneous