From 7f57002a7faed6bd52b007a6918b1c72c86f6885 Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 7 Jun 2018 14:02:33 +0200 Subject: [PATCH] Creation --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a6cfc7 --- /dev/null +++ b/README.md @@ -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