Warning, /acts/Examples/README.md is written in an unsupported language. File is not indexed.
0001 # Full chain examples for development and (manual) tests
0002
0003 **Warning** This is a set of internal tools used for the development of the core
0004 library. This is **absolutely not** intended for production use. Only the final
0005 build artifacts are installed; the code is not.
0006
0007 This module provides standalone simulation, reconstruction, and other usage
0008 examples for various parts of the core library based on a simple event
0009 processing framework.
0010
0011 - `Framework` contains the event processing framework, shared event data
0012 model, and shared utilities.
0013 - `Detectors` contains example tracking geometries; some hardcoded, some
0014 based e.g. on DD4hep or TGeo input. Includes shared magnetic field
0015 definitions.
0016 - `Algorithms` contains algorithms for the event processing framework; they
0017 are mostly wrappers around functionality of the core library using the
0018 shared event data model.
0019 - `Io` contains algorithms for reading and writing event data.
0020 - `Run` contains the executable code; mostly using the framework tools
0021 previously defined.
0022 - `Scripts` contains additional helper and plotting scripts. These usually
0023 process the outputs from example executables.