diff --git a/COPYRIGHT b/COPYRIGHT index d852c2b97..947ffa11f 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -4,8 +4,8 @@ Upstream-Contact: Kresan Dmytro Source: https://github.com/R3BRootGroup/R3BRoot Files: * -Copyright: 2009-2025, GSI Helmholtzzentrum fuer Schwerionenforschung GmbH -Copyright: 2009-2025, [see AUTHORS file] -Copyright: 2009-2025, [see CONTRIBUTORS file] -License: LGPL-3.0, [see LICENSE file] -License: GPL-3.0, [see LICENSE file] +Copyright: 2009-2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH +Copyright: 2009-2025 [see AUTHORS file] +Copyright: 2009-2025 [see CONTRIBUTORS file] +License: LGPL-3.0 [see LICENSE file] +License: GPL-3.0 [see LICENSE file] diff --git a/README.md b/README.md index 73041831d..7a4d9b443 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## The R3BRoot Framework -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. +The R3BRoot software is based on the [FairRoot](https://github.com/FairRootGroup/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](https://geant4.web.cern.ch/) 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 software is a source distribution with recurring releases for macOS and Linux. ## Discussion Forum @@ -38,9 +38,9 @@ R3BRoot delivers various project templates that can be used as a starting point First, you will need to install FairSoft and FairRoot. For more details: -1. Install [FairSoft](https://github.com/FairRootGroup/FairSoft) +1. Install [FairSoft](https://github.com/FairRootGroup/FairSoft), required version Nov22p1 or later -2. Install [FairRoot](http://fairroot.gsi.de) +2. Install [FairRoot](http://fairroot.gsi.de), required version 18.2.1 or later ### Configure and Compile