This is the source repository for my GSoC blog and I've kept some useful stuff in the readme as well which I may refer along the way for the project.
Building Root on MacOS X (Without Anaconda):
#Note: Ensure that all conda environments are deactivated.
git clone https://github.com/root-project/root.git
mkdir build_root install_root && cd build_root
cmake -DCMAKE_INSTALL_PREFIX=../install_root ../root # && check cmake configuration output for warnings or errors
cmake --build . -- install -j4 # if you have 4 cores available for compilation
source ../install_root/bin/thisroot.sh
#Setup an alias for this
alias thisroot='source /Users/gollum/Desktop/Work/gsoc/install_root/bin/thisroot.sh'
Some helpful ROOT/TMVA links:
- ROOT Homepage
- ROOT Forums
- Inter-Experimental LHC Machine Learning Working Group (IML)
- Building ROOT
- TMVA User Guide
- TMVA Tutorials
- Stefan Wunsch's Tutorial Recording on Keras and TMVA interfaces
- Stefan Wunsch's IML Keras Workshop Code
- Stefan Wunsch's IML Keras Workshop Slides
Other Useful blog links about TMVA:
The website is powered by the fastpages template and the minima theme. Build locally with docker installed and running using make server
.