Data format to store information about initial and final stages of relativistic nucleus-nucleus collisions
HOW TO:
- build the library:
$ cd mcini
$ mkdir build
$ cd build
$ cmake ..
$ make
- set up the environment:
$ . ../macro/config.sh
- convert UrQMD *.f20 files (OSCAR1999A format):
root '../macro/convertUrQMD.C ("path/to/input/file","path/to/output/file")'
- run demo analysis macro:
root '../macro/demo.C ("path/to/input/file")'