#GoAna
##The Project Statistical data analysis of the time modulated orbital electron capture decay experiments.
- Install FairSoft
- Make sure that the $SIMPATH environment variable is set to FairSoft install path before starting the GoAna installation
- download BAT and Cuba framework
- Follow standard cuba installation instruction
- Follow BAT installation instruction and set the BAT installation path prefix to the FairSoft installation path ($SIMPATH) or alternatively export BATPREFIX environment variable.
- Open a terminal and go to the cloned GoAna repository
- Then
mdkir build
cd build
cmake ..
make
#(or make -jn, for n cores)
. config.sh- See here
- Fix LinkDef error messages
- Import and refactor Bayesian and simulation packages
- Refactor File manager : clean, and adapt for multi data sets input and output
- Refactor base libs CMakeLists
- More docs