Нет описания

PeterParfenov 245bfa3d5c Added fix for FHCal modules coordinates лет назад: 2
batch 26d18d3fb8 Added sample of batch script for ncx cluster лет назад: 2
external_soft_installation_scripts b64fd07f9c Adapted converter to the AnalysisTree ver. 1; added installation bash scripts for needed software (gcc, cmake, boost, root, AnalysisTree, QnAnalysis) лет назад: 3
macros 245bfa3d5c Added fix for FHCal modules coordinates лет назад: 2
CMakeLists.txt afebc9ee82 Updated CMakeLists.txt to work with modules лет назад: 2
MpdDstAnalysisTree.cpp 245bfa3d5c Added fix for FHCal modules coordinates лет назад: 2
README.md 65d1d75d8f Added simple README, changed ANALYSISTREE_INC variable so now AnalysisTree headers will be included with the AnalysisTree/ prefix. That way no dublication issue with other similarly named headers is possible. лет назад: 4

README.md

AnalysisTree converter for MPD (NICA)

Installation

  • Export necessary environment variables

    source <path>/mpdroot/build/config.sh
    export ANALYSISTREE_INC=<path>/AnalysisTree/install-cxx11/include/
    export ANALYSISTREE_LIB=<path>/AnalysisTree/install-cxx11/lib/
    
  • Get the source code:

    git clone https://devel.mephi.ru/PEParfenov/MpdAnalysisTreeConverter.git
    cd MpdAnalysisTreeConverter/
    mkdir build
    cd build/
    cmake ..
    make
    

Usage

./MpdDst2AnalysisTree -i input_mpddst.root -o output_AnalysisTree.root