Skip to content

viktorklochkov/QnAnalysis

 
 

Repository files navigation

QnAnalysis

Build Status

Package for any Q-vector-based analysis. Using QnTools framework for Q-vector multidimentional corrections and operations. Input data are expected to be in AnalysisTree format.

Installation

Requirements:

  • ROOT 6.20 (with MathMore)
  • C++17 compatible compiler
  • CMake 3.13

Prerequisites:

  • Boost library (for program arguments)

External packages (installed automatically)

  • QnTools
  • AnalysisTree
  • yaml-cpp

Building from the sources

 git clone https://github.com/HeavyIonAnalysis/QnAnalysis.git
 cd QnAnalysis
 mkdir build install
 cd build
 cmake -DCMAKE_INSTALL_PREFIX=../install ../
 make -j install

In case of problems please submit an issue.

Running example

Coming soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • CMake 4.2%
  • Other 0.5%