You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
-
# Purpose
1
+
# SOFIA
2
+
3
+
## The SOFIA framework
2
4
3
5
SOFIA folder inside R3BRoot describes the SOFIA detectors which are going to be employed
4
6
for the fission setup within the R3B/GLAD magnet.
5
7
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).
6
8
7
9
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&).
8
10
9
-
# Release information
11
+
##Release information
10
12
Please see [Releases](https://github.com/R3BRootGroup/sofia/releases)
11
13
12
-
#Install
14
+
## Step by step installation
13
15
14
16
### Required software
15
17
@@ -24,23 +26,16 @@ First, you will need to install FairSoft and FairRoot. For more details:
git clone -b dev https://github.com/R3BRootGroup/macros.git
32
+
git clone -b dev https://github.com/R3BRootGroup/sofia.git
38
33
cd ..
39
34
mkdir build
40
35
cd build
41
36
cmake ../R3BRoot/
42
37
. config.sh
43
-
make -j4
38
+
make -j8
44
39
~~~
45
40
46
41
### 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
97
92
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.
98
93
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.
99
94
100
-
# Simulations (ongoing work)
95
+
##Simulations (ongoing work)
101
96
102
97
Some simulations of two experimental configurations are included inside the sofia directory. You can find the subdirectories :
103
98
@@ -189,7 +184,7 @@ root -l sim.root
189
184
[] evt->StartViewer();
190
185
~~~
191
186
192
-
# Data Analysis (ongoing work)
187
+
##Data Analysis (ongoing work)
193
188
194
189
Data analysis is included inside the sofia directory. You can find the subdirectories :
0 commit comments