Demonstrator tracking chain for accelerators.
googletestandgoogletest/benchmarkare used as submodules for unit testing and benchmarkingdfelibsis used as a submodule forcsvreading/writing infrastructure
- the
datadirectory is a submodule hosted asgit lfsonhttps://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 [email protected]:acts-project/traccc.git
cd traccc
git submodule update --initcmake -S . -B <build_directory>
cmake --build <build_directory> <options>