Expert Root » History » Version 19
« Previous -
Version 19/69
(diff) -
Next » -
Current version
Vitaliy Schetinin, 07/08/2015 09:21 AM
ExpertRoot¶
The Framework¶
A simulation, reconstruction and analysis framework that is based on the ROOT and the FairRoot systems. The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however the user code that creates simulated data do not depend on a particular monte carlo engine.
License¶
ExpertRoot is distributed under the terms of the GNU Lesser General Public Licence version 3 (LGPL) version 3.
Installation Guide¶
- FairSoft Installation
mkdir ~/fair_install
cd ~/fair_install
#git clone https://github.com/FairRootGroup/FairSoft.git
git clone -b BRANCH_NAME https://github.com/FairRootGroup/FairSoft.git
cd FairSoft
./configure.sh
# 1) gcc (on Linux) 5) Clang (on OSX)
# 1) No Debug Info
# 2) Internet (install G4 files from internet)
# path: ~/fair_install/FairSoftInst