nuisance is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 69 and Version 70 of HowToAddSample


Ignore:
Timestamp:
Jan 6, 2017, 11:20:18 PM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToAddSample

    v69 v70  
    495495}}}
    496496
     497= Recompiling NUISANCE with the new sample =
     498
     499Since we've added files to the `CMakeList.txt` we need to reprocess the makefiles produced by CMake. This is done by:
     500
     501{{{
     502$ mkdir -p build
     503$ cd build
     504$ cmake ..
     505}}
     506
     507We can then proceed as usual by cleaning the make, sourcing our environment and making the project:
     508
     509{{{
     510$ make clean
     511$ source $uname/setup.sh
     512$ make -j
     513$ make docs
     514$ make install
     515}}}
     516
     517If all is well we exit without any errors and we can proceed to making predictions for our new sample in NUISANCE.
     518
     519= Running NUISANCE with the new sample =
    497520
    498521[=#point_fullimp]