/qupid

Quasi-signal Generation Model for Pixelized Detector

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

qupid

DOI

Quasi-Signal Generation Model for Pixelized Detector

Requirement

  • ROOT (as visualization tool) link
    • If you don't use QPGraphFactory, you don't need.
    • Automatic building rejection will be implemented before dead.
  • CMake version 3.2+

How to build

  1. Clone Repository

    git clone https://github.com/Isaac-Kwon/qupid.git
  2. Make and enter the build directory

    mkdir build
    cd build
  3. CMake

    cmake ..
  4. Make

    make

Note

  • All *.cxx file in test directory will be built as executable.
    • Incompleted *.cxx file should be removed to suppress build error.
  • Imported(translated) from python version