Skip to content

Demonstrator tracking chain on accelerators

License

Notifications You must be signed in to change notification settings

beomki-yeo/traccc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Demonstrator tracking chain on accelerators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • CMake 5.5%