Skip to content

Commit cb99bc7

Browse files
committed
Update Readme and other files for a new release dec25
1 parent 4622156 commit cb99bc7

4 files changed

Lines changed: 25 additions & 46 deletions

File tree

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"access_right": "open",
3-
"description": "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 GSI-FAIR research center (Facility for Antiproton and Ion Research). The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however, the implemented tasks that create simulated data do not depend on a particular Monte Carlo engine. The framework delivers base classes which enable the users to construct their detectors and/or analysis tasks in a simple way, it also delivers some general functionality like track visualization. Moreover, an interface for reading experimental and/or simulated magnetic field maps is also implemented. R3BRoot is a source distribution with recurring releases for macOS and Linux.",
3+
"description": "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 GSI-FAIR research center (Facility for Antiproton and Ion Research). The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however, the implemented tasks that create simulated data do not depend on a particular Monte Carlo engine. The framework delivers base classes which enable the users to construct their detectors and/or analysis tasks in a simple way, it also delivers some general functionality like track visualization. Moreover, an interface for reading experimental and/or simulated magnetic field maps is also implemented. R3BRoot is a source distribution with recurring releases for MacOS and Linux.",
44
"maintainers": [
55
{
66
"name": "Rodriguez-Sánchez, Jose Luis",
@@ -55,7 +55,7 @@
5555
],
5656
"operatingSystem": [
5757
"Linux",
58-
"macOS"
58+
"MacOS"
5959
],
6060
"license": "LGPL-3.0-only",
6161
"keywords": [

CITATION.cff

Lines changed: 17 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# This CITATION.cff file was generated with cffinit.
2-
# Visit https://bit.ly/cffinit to generate yours today!
3-
42
cff-version: 1.2.0
53
title: R3BRoot software
64
message: >-
@@ -184,40 +182,23 @@ authors:
184182
affiliation: >-
185183
Faculty of Science of the University of Lisbon,
186184
1749-016 Lisboa, Portugal
187-
repository-code: 'https://github.com/R3BRootGroup/R3BRoot'
188-
url: 'https://github.com/R3BRootGroup/R3BRoot'
185+
repository-code: https://github.com/R3BRootGroup/R3BRoot
186+
url: https://github.com/R3BRootGroup/R3BRoot
189187
abstract: >-
190-
The R3BRoot software is based on the FairRoot framework
191-
and can be used to perform Monte Carlo simulations and
192-
experimental data analysis of the R3B (Reactions with
193-
Relativistic Radioactive Beams) nuclear physics
194-
experiments at the GSI-FAIR research center (Facility for
195-
Antiproton and Ion Research). The user can create
196-
simulated data and/or perform analysis with the same
197-
framework. Geant3 and Geant4 transport engines are
198-
supported, however, the implemented tasks that create
199-
simulated data do not depend on a particular Monte Carlo
200-
engine. The framework delivers base classes which enable
201-
the users to construct their detectors and/or analysis
202-
tasks in a simple way, it also delivers some general
203-
functionality like track visualization. Moreover, an
204-
interface for reading experimental and/or simulated
205-
magnetic field maps is also implemented. R3BRoot software
206-
is a source distribution with recurring releases for macOS
207-
and Linux.
188+
The R3BRoot software is based on the FairRoot framework and can be used to
189+
perform Monte Carlo simulations and experimental data analysis of the R3B
190+
(Reactions with Relativistic Radioactive Beams) nuclear physics experiments
191+
at the GSI-FAIR research center (Facility for Antiproton and Ion Research).
192+
The user can create simulated data and/or perform analysis within the same
193+
framework. Geant3 and Geant4 transport engines are supported; however, the
194+
implemented tasks that create simulated data do not depend on a particular
195+
Monte Carlo engine. The framework provides base classes that enable users to
196+
construct their detectors and/or analysis tasks in a simple way. It also
197+
delivers general functionality such as track visualization. Moreover, an
198+
interface for reading experimental and/or simulated magnetic field maps is
199+
implemented. R3BRoot is distributed as source code with recurring releases
200+
for MacOS and Linux.
208201
license: GPL-3.0
209-
version: apr25
210-
date-released: '2025-04-12'
202+
version: dec25
203+
date-released: "2025-12-21"
211204
doi: 10.5281/zenodo.5549469
212-
preferred-citation:
213-
type: article
214-
title: R3BRoot software
215-
authors:
216-
- family-names: Rodríguez-Sánchez
217-
given-names: Jose Luis
218-
- family-names: et al.
219-
given-names: ''
220-
journal: zenodo
221-
year: '2025'
222-
doi: 10.5281/zenodo.5549469
223-

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Please visit [releases](https://github.com/R3BRootGroup/R3BRoot/releases)
3333

3434
~~~bash
3535
git clone https://github.com/R3BRootGroup/R3BRoot.git
36-
cd R3BRoot
37-
git clone https://github.com/R3BRootGroup/macros.git
3836
~~~
3937

4038
## Using the Project Template
@@ -48,9 +46,9 @@ R3BRoot delivers various project templates that can be used as a starting point
4846

4947
First, you will need to install FairSoft and FairRoot. For more details:
5048

51-
1. Install [FairSoft](https://github.com/FairRootGroup/FairSoft), required version Nov22p1 or later
49+
1. Install [FairSoft](https://github.com/FairRootGroup/FairSoft), required version jan24p1 or later
5250

53-
2. Install [FairRoot](http://fairroot.gsi.de), required version 18.2.1 or later
51+
2. Install [FairRoot](http://fairroot.gsi.de), required version 18.8.1 or later
5452

5553
### Configure and Compile
5654

@@ -121,7 +119,7 @@ The following systems are tested regularly.
121119
| Debian | x86\_64 | 13 | GCC 14.2.0 | 3.31.6 / 4.0.3 | C++17 |
122120
| Ubuntu | x86\_64 | 24.04 | GCC 13.3.0 | 3.28.3 / 4.0.3 | C++17 / C++20 |
123121
| Ubuntu | x86\_64 | 25.04 | GCC 14.2.0 | 3.31.6 | C++17 |
124-
| macOS | arm64 | 15.3 | AppleClang 15 | 4.0.3 | C++17 |
122+
| MacOS | arm64 | 15.3 | AppleClang 15 | 4.0.3 | C++17 |
125123

126124
## Security Policy
127125

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"codeRepository": "https://github.com/R3BRootGroup/R3BRoot",
66
"contIntegration": "https://github.com/R3BRootGroup/R3BRoot/actions",
77
"name": "R3BRoot",
8-
"softwareVersion": "25.0.3",
8+
"softwareVersion": "25.12.0",
99
"description": "Software for simulations and data analysis of Reactions with Relativistic Radioactive Beams (R3B) experiments at GSI/FAIR",
1010
"dateCreated": "2009-04-14",
1111
"datePublished": "2009-08-01",
12-
"dateModified": "2025-09-07",
13-
"downloadUrl": "https://github.com/R3BRootGroup/R3BRoot/archive/refs/tags/sep25.tar.gz",
12+
"dateModified": "2025-12-21",
13+
"downloadUrl": "https://github.com/R3BRootGroup/R3BRoot/archive/refs/tags/dec25.tar.gz",
1414
"issueTracker": "https://github.com/R3BRootGroup/R3BRoot/issues",
1515
"readme": "https://github.com/R3BRootGroup/R3BRoot/blob/dev/README.md",
1616
"relatedLink": "https://www.gsi.de/work/forschung/nustarenna/nustarenna_divisions/kernreaktionen/activities/r3b",

0 commit comments

Comments
 (0)