Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 892 Bytes

File metadata and controls

45 lines (30 loc) · 892 Bytes

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