Skip to content
Snippets Groups Projects
Commit 2403b0ce authored by Jan Henrik Müller's avatar Jan Henrik Müller
Browse files

Added rudimentary README

parent a8a35313
No related branches found
No related tags found
No related merge requests found
# RADMAP Analysis Software
Contains following components
- Event generator
- Analysis runner
All components are built using CMake, the analysis uses the Tensorflow C++ API, which needs to be installed. When configuring CMake add the path to the Tensorflow libraries using the `-D` flag
```bash
mkdir build && cd build
cmake -DTF_DIR=<path to TF> ..
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment