PicoDst - lightweight data format specifically created for the Flow analysis in MPD (NICA) experiment.

PeterParfenov d5e709ce59 Added git-version synch for libPicoDst.so лет назад: 4
converter 6c109db697 First version of PicoDst format + converter лет назад: 4
include d5e709ce59 Added git-version synch for libPicoDst.so лет назад: 4
macros d6a15262f5 Small fix in README(1) лет назад: 4
src 6c109db697 First version of PicoDst format + converter лет назад: 4
CMakeLists.txt d5e709ce59 Added git-version synch for libPicoDst.so лет назад: 4
README.md ce2bc7ed8e Small fix in README(5) лет назад: 4

README.md

PicoDst

Data format fot the Flow Analysis at MPD(NICA)

Installation

  • Get the source code:

    git clone https://devel.mephi.ru/PEParfenov/PicoDst.git
    
  • Create build directory and build project:

    cd PicoDst/
    mkdir build/
    cd build/
    cmake ..
    make
    

    CMakeLists.txt file automatically checks if FairRoot is installed.

    • if FairRoot is installed both libPicoDst.so and PicoDstConverter will be compiled
    • if FairRoot is not installed only libPicoDst.so will be compiled

Usage

PicoDst data format

After installation setPicoDst.sh will be generated. To make include libPicoDst.so in every ROOT session and to export usefull environment variables in the system, source setPicoDst.sh:

source setPicoDst.sh
Convert MpdDst data to PicoDst:

If FairRoot (and MpdRoot) is installed PicoDstConverter is compiled. To use it, do:

./PicoDstConverter -i input_mpddst.root -o output_picodst.root