Demonstrator tracking chain for accelerators.
googletest
andgoogletest/benchmark
are used as submodules for unit testing and benchmarkingdfelibs
is used as a submodule forcsv
reading/writing infrastructure
- the
data
directory is a submodule hosted asgit lfs
onhttps://gitlab.cern.ch/acts/traccc-data
Clone the repository and setup up the submodules, this requires git-lfs
for the data from the traccc-data
repository.
git clone git@github.com:acts-project/traccc.git
cd traccc
git submodule update --init
cmake -S . -B <build_directory>
cmake --build <build_directory> <options>