-
Notifications
You must be signed in to change notification settings - Fork 9
Cmake Flags
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