This commit is contained in:
Gitea 2018-06-07 14:02:33 +02:00
commit 7f57002a7f
1 changed files with 26 additions and 0 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# 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 or use the Debug folder which already contains a data file
* If you decided to use another folder, then copy the data.txt to it
* You can use make -jN to use N number of CPU cores to build the app
```
cd TrackReconstruction/Debug
cmake ../
make
```
* If complete, you can run it with the following command:
```
./TrackReconstruction
```
* Use Ctrl + C to exit