Go to file
David Baranyai 8f7769b6ee Fixed error: ‘sort’ is not a member of ‘std’ 2018-06-27 12:43:37 +02:00
Debug Saved data from 2D chamber 2018-06-07 17:57:25 +02:00
include Fixed error: ‘sort’ is not a member of ‘std’ 2018-06-27 12:43:37 +02:00
source New reader script. Should work with more than 2 chambers. 2018-06-11 00:15:36 +02:00
CMakeLists.txt Fixed source files directory 2018-06-27 12:28:06 +02:00
README.md Update 'README.md' 2018-06-11 13:37:04 +02:00
TrackReconstruction.cpp New reader script. Should work with more than 2 chambers. 2018-06-11 00:15:36 +02:00

README.md

Track Reconstruction

Prerequisities

  • System which runs CERN Root (Tested on MacOS High Sierra 10.13.4)
  • CERN Root (Tested on 6.13/03)

Build and run

  • Clone this repository
git clone https://git.divaldo.hu/divaldo/TrackReconstruction.git
  • Create a working directory
  • Put data.txt there (available in Debug folder)
  • You can use make -jN to use N number of CPU cores to build the app
cd TrackReconstruction/
mkdir Build && cd Build
cmake ../
make
  • If complete, you can run it with the following command:
./TrackReconstruction
  • Use Ctrl + C to exit

Changelog

2018.06.11

  • Complete new reader function
  • Writing some debug data to terminal
  • Should work with two or more chambers