WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
S. V. Paulauskas edited this page May 20, 2016 · 2 revisions

#Flags

  • USE_ROOT=ON - Enables ROOT
  • USE_GSL=ON - This includes the libraries for GSL necessary for the high resolution timing.
  • USE_NEWREADOUT=ON - This is the new readout format that all files taken after March 30, 2008 will have.
  • USE_VERBOSE=OFF - Makes the scan more verbose.
  • USE_ONLINE=OFF - This will create a much quieter scan code.
  • USE_DEBUG=OFF - This will enable verbose debugging for the TreeCorrelator.
  • USE_GGATES=OFF - Turns on Gamma-Gamma angular distribution and Gamma-Gamma-Gamma gates.
  • CMAKE_INSTALL_PREFIX=/path/to/install/dir - Sets a custom install path. Default path is /path/to/pixie_scan/

#Example Usage

cmake /path/to/pixie_scan/ -DUSE_ROOT=OFF -DCMAKE_INSTALL_PREFIX=/opt/pixie_scan/bin

Clone this wiki locally