LDMX Software
|
This plugin contains a track finding module based on Graph Neural Networks (GNNs) which is developed by the Exa.TrkX team. More background information can be found in the documentation.
To build the plugin, enable the appropriate CMake options:
This plugin is known to build without errors with (as of September 2022)
For the ONNX backend:
For the Torch backend
There were experienced problems with recent GCC 11 versions and CUDA 11.6. A docker image with all dependencies can be found here.
The Examples of this plugin provide a python-script using the python-bindings to demonstrate the use of the track finding module. The script can be found here:
In order that python can find the acts.examples
module, set up your PYTHONPATH
with source <build>/python/setup.sh
.
The track finding module requires some ONNX-files or TorchScript-files that describe the used neural networks. These files are currently not provided within the ACTS repository.