Skip to content

Commit 8e1595d

Browse files
committed
doc:Update Readme
1 parent 6f4bb8f commit 8e1595d

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

.github/workflows/main-nightly-sim.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
# Here are the groups of repositories that need to be downloaded inside
6666
# r3broot. Each group is used by only one job.
6767
repos: [ r3broot, glad-tpc, sofia-frs-asy ]
68-
sys: [ debian13_cpp17_feb26p1_v19.0.1 , debian13_cpp20_feb26p1_v19.0.1 , debian13_cpp23_feb26p1_v19.0.1 ]
68+
sys: [ debian12_cpp17_feb26p1_v19.0.1, ubuntu2604_cpp17_feb26p1_v19.0.1, almalinux101_cpp17_feb26p1_v19.0.1,
69+
debian13_cpp17_feb26p1_v19.0.1, debian13_cpp20_feb26p1_v19.0.1, debian13_cpp23_feb26p1_v19.0.1,
70+
debian14_cpp17_feb26p1_v19.0.1, debian14_cpp20_feb26p1_v19.0.1, debian14_cpp23_feb26p1_v19.0.1 ]
6971

7072
# The list under "include" defines some properties for each group:
7173
#

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ First, you will need to install FairSoft and FairRoot. For more details:
5656
export SIMPATH=%PATH_TO_FAIRSOFT%
5757
export FAIRROOTPATH=%PATH_TO_FAIRROOT%
5858
# from %R3BRoot_DIRECTORY%
59-
./build_thisr3broot.sh
59+
. ./build_thisr3broot.sh
6060
# or a second option is the following
6161
mkdir ../build
6262
cmake -S . -B ../build
@@ -86,7 +86,7 @@ Please ask your questions, request features, and report issues by [creating a gi
8686

8787
The R3BRoot project uses clang-format-16 to ensure a common code formatting. The script "clang-format-all.sh" can be used for this purpose:
8888
~~~bash
89-
bash util/clang-format-all.sh
89+
. util/clang-format-all.sh
9090
~~~
9191

9292
## Spell Checking
@@ -113,12 +113,16 @@ The following systems are tested regularly.
113113
| ----------- | -------- | -------------- | ------------- | --------------- | --------------- |
114114
| Almalinux | x86\_64 | 9.3 | GCC 11.4.1 | 3.27.9 / 4.0.3 | C++17 / C++20 / C++23 |
115115
| Almalinux | x86\_64 | 9.4 | GCC 14.2.0 | 3.30.6 | C++17 |
116+
| Almalinux | x86\_64 | 9.7 | GCC 11.4.1 | 4.2.0 | C++17 / C++20 / C++23 |
117+
| Almalinux | x86\_64 | 10.1 | GCC 14.2.0 | 4.0.3 | C++17 / C++20 / C++23 |
116118
| RHEL | x86\_64 | 9.6 | GCC 14.2.0 | 3.30.6 | C++17 |
117119
| Debian | x86\_64 | 11 | GCC 10.2.1 | 3.27.4 / 3.30.0 | C++17 |
118-
| Debian | x86\_64 | 12 | GCC 12.2.0 | 3.27.4 / 3.30.0 | C++17 / C++20 |
119-
| Debian | x86\_64 | 13 | GCC 14.2.0 | 3.31.6 / 4.0.3 | C++17 |
120-
| Ubuntu | x86\_64 | 24.04 | GCC 13.3.0 | 3.28.3 / 4.0.3 | C++17 / C++20 |
121-
| Ubuntu | x86\_64 | 25.04 | GCC 14.2.0 | 3.31.6 | C++17 |
120+
| Debian | x86\_64 | 12 | GCC 12.2.0 | 3.27.4 / 4.0.3 | C++17 / C++20 |
121+
| Debian | x86\_64 | 13 | GCC 14.2.0 | 3.31.6 / 4.0.3 | C++17 / C++20 / C++23 |
122+
| Debian | x86\_64 | 14 | GCC 15.2.0 | 3.31.6 / 4.0.3 | C++17 / C++20 / C++23 |
123+
| Ubuntu | x86\_64 | 24.04 | GCC 13.3.0 | 3.28.3 / 4.0.3 | C++17 / C++20 / C++23 |
124+
| Ubuntu | x86\_64 | 25.04 | GCC 14.2.0 | 3.31.6 | C++17 / C++20 |
125+
| Ubuntu | x86\_64 | 26.04 | GCC 15.2.0 | 3.31.6 / 4.0.3 | C++17 / C++20 / C++23 |
122126
| MacOS | arm64 | 15.3 | AppleClang 15 | 4.0.3 | C++17 |
123127

124128
## Security Policy

build_thisr3broot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##############################################################################
22
# Copyright (C) 2023 GSI Helmholtzzentrum für Schwerionenforschung GmbH #
3-
# Copyright (C) 2023-2025 Members of R3B Collaboration #
3+
# Copyright (C) 2023-2026 Members of R3B Collaboration #
44
# #
55
# This software is distributed under the terms of the #
66
# GNU General Public Licence (GPL) version 3, #

neuland/calibration/R3BNeulandTacquilaMapped2Cal.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void R3BNeulandTacquilaMapped2Cal::MakeCal()
229229
Int_t iPlane;
230230
Int_t iPaddle;
231231
Int_t iSide;
232-
Int_t channel;
232+
Int_t channel = 0; // Note that channel is not used!
233233
Int_t tdc;
234234
R3BTCalModulePar* par;
235235
Double_t time;

0 commit comments

Comments
 (0)