Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 486 Bytes

File metadata and controls

25 lines (23 loc) · 486 Bytes

mcini

Data format to store information about initial and final stages of relativistic nucleus-nucleus collisions

HOW TO:

  1. build the library:
$ cd mcini
$ mkdir build
$ cd build
$ cmake ..
$ make
  1. set up the environment:
$ . ../macro/config.sh
  1. convert UrQMD *.f20 files (OSCAR1999A format):
root '../macro/convertUrQMD.C ("path/to/input/file","path/to/output/file")'
  1. run demo analysis macro:
root '../macro/demo.C ("path/to/input/file")'