Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 784 Bytes

traccc

Demonstrator tracking chain for accelerators.

Requirements and dependencies

The following dependencies are needed

  • googletest and googletest/benchmark are used as submodules for unit testing and benchmarking
  • dfelibs is used as a submodule for csv reading/writing infrastructure

Data directory

  • the data directory is a submodule hosted as git lfs on https://gitlab.cern.ch/acts/traccc-data

Getting started

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 --init

Build the project

cmake -S . -B <build_directory>
cmake --build <build_directory> <options>