Skip to content

Commit 730eed0

Browse files
jose-luis-rshapol
authored andcommitted
Update again the readme
1 parent 43ca9e9 commit 730eed0

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# Purpose
1+
# SOFIA
2+
3+
## The SOFIA framework
24

35
SOFIA folder inside R3BRoot describes the SOFIA detectors which are going to be employed
46
for the fission setup within the R3B/GLAD magnet.
57
The R3BRoot software is based on the FairRoot framework and can be used to perform Monte Carlo simulations and experimental data analysis of the R3B (Reactions with Relativistic Radioactive Beams) nuclear physics experiments at the FAIR research center (Facility for Antiproton and Ion Research).
68

79
For the software-related user support you can post a new topic on our [forum](https://forum.gsi.de/index.php?t=index&cat=40&).
810

9-
# Release information
11+
## Release information
1012
Please see [Releases](https://github.com/R3BRootGroup/sofia/releases)
1113

12-
# Install
14+
## Step by step installation
1315

1416
### Required software
1517

@@ -24,23 +26,16 @@ First, you will need to install FairSoft and FairRoot. For more details:
2426
~~~bash
2527
export SIMPATH=%PATH_TO_FAIRSOFT%
2628
export FAIRROOTPATH=%PATH_TO_FAIRROOT%
27-
git clone https://github.com/R3BRootGroup/R3BRoot.git
29+
git clone -b dev https://github.com/R3BRootGroup/R3BRoot.git
2830
cd R3BRoot
29-
git checkout dev
30-
git clone https://github.com/R3BRootGroup/macros.git
31-
cd macros
32-
git checkout dev
33-
cd ..
34-
git clone https://github.com/R3BRootGroup/sofia.git
35-
cd sofia
36-
git checkout dev
37-
cd ..
31+
git clone -b dev https://github.com/R3BRootGroup/macros.git
32+
git clone -b dev https://github.com/R3BRootGroup/sofia.git
3833
cd ..
3934
mkdir build
4035
cd build
4136
cmake ../R3BRoot/
4237
. config.sh
43-
make -j4
38+
make -j8
4439
~~~
4540

4641
### Some details of the sofia set-up
@@ -97,7 +92,7 @@ The first type (MWPC0) is coupled to SofTriM, to get the (x,y) position of the b
9792
The second type is located before and after the SofTwiM detector to get the (x,y) position of each fission fragment before the magnet. This second kind of MWPC is vertically segmented into two sections. Therefore, in x, there are 64 down pads and 64 up pads, and in y, there are 40 vertically pads.
9893
The third type is located after the magnet and just before the SofToFW. In x, there are 288 vertical pads and in y, 120 horizontal pads.
9994

100-
# Simulations (ongoing work)
95+
## Simulations (ongoing work)
10196

10297
Some simulations of two experimental configurations are included inside the sofia directory. You can find the subdirectories :
10398

@@ -189,7 +184,7 @@ root -l sim.root
189184
[] evt->StartViewer();
190185
~~~
191186

192-
# Data Analysis (ongoing work)
187+
## Data Analysis (ongoing work)
193188

194189
Data analysis is included inside the sofia directory. You can find the subdirectories :
195190

0 commit comments

Comments
 (0)