Expert Root » History » Version 19

Vitaliy Schetinin, 07/08/2015 09:21 AM

1 18 Vitaliy Schetinin
<h1><span style="font-size:36px;"><strong>ExpertRoot</strong></span></h1>
2 15 Vitaliy Schetinin
3 15 Vitaliy Schetinin
<hr />
4 18 Vitaliy Schetinin
<h2 style="box-sizing: border-box; margin-top: 1em; margin-bottom: 16px; line-height: 1.225; font-size: 1.75em; position: relative; padding-bottom: 0.3em; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;">The Framework</h2>
5 16 Vitaliy Schetinin
6 16 Vitaliy Schetinin
<hr />
7 1 Redmine Admin
<p><span style="color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px; background-color: rgb(255, 255, 255);">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.</span></p>
8 1 Redmine Admin
9 18 Vitaliy Schetinin
<h2 style="box-sizing: border-box; margin-top: 1em; margin-bottom: 16px; line-height: 1.225; font-size: 1.75em; position: relative; padding-bottom: 0.3em; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;">License</h2>
10 18 Vitaliy Schetinin
11 18 Vitaliy Schetinin
<p><span style="color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px; background-color: rgb(255, 255, 255);">ExpertRoot is distributed under the terms of the GNU Lesser General Public Licence version 3 (LGPL) version 3.</span></p>
12 19 Vitaliy Schetinin
13 19 Vitaliy Schetinin
<h2><font color="#333333" face="Helvetica Neue, Helvetica, Segoe UI, Arial, freesans, sans-serif"><span style="line-height: 25.6000003814697px; background-color: rgb(255, 255, 255);">Installation Guide</span></font></h2>
14 19 Vitaliy Schetinin
15 19 Vitaliy Schetinin
<ol>
16 19 Vitaliy Schetinin
	<li>FairSoft Installation</li>
17 19 Vitaliy Schetinin
</ol>
18 19 Vitaliy Schetinin
19 19 Vitaliy Schetinin
<pre style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; margin-top: 0px; margin-bottom: 16px; font-stretch: normal; line-height: 1.45; padding: 16px; border-radius: 3px; word-wrap: normal; color: rgb(51, 51, 51); background-color: rgb(247, 247, 247);">
20 19 Vitaliy Schetinin
<code style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0px; margin: 0px; border-radius: 3px; word-break: normal; border: 0px; display: inline; max-width: initial; overflow: initial; line-height: inherit; word-wrap: normal; background: transparent;">mkdir ~/fair_install
21 19 Vitaliy Schetinin
cd ~/fair_install
22 19 Vitaliy Schetinin
#git clone https://github.com/FairRootGroup/FairSoft.git
23 19 Vitaliy Schetinin
git clone -b BRANCH_NAME https://github.com/FairRootGroup/FairSoft.git
24 19 Vitaliy Schetinin
cd FairSoft
25 19 Vitaliy Schetinin
./configure.sh
26 19 Vitaliy Schetinin
# 1) gcc (on Linux) 5) Clang (on OSX)
27 19 Vitaliy Schetinin
# 1) No Debug Info
28 19 Vitaliy Schetinin
# 2) Internet (install G4 files from internet)
29 19 Vitaliy Schetinin
# path: ~/fair_install/FairSoftInst</code></pre>