APR20
closed05/22/2020
CbmRoot release APR20. Feature Freeze 24 April 2020; code freeze 2 June 2020 (planned: 22 May 2020).
100%
119 issues (119 closed — 0 open)
ReleaseApr20¶
Status: Released (2 June 2020)¶
Overview¶
Last release in subversion
Release branch created on 24 April 2020 with revision r16267.
Release branch: https://subversion.gsi.de/cbmsoft/cbmroot/release/APR20
Browse release branch: source:release/APR20
Release announcement: cbmroot Release APR20
FairRoot version: v18.2.0
FairSoft version: jun19p1
Installation¶
A network connection is required.
export CBMSRC=[destination directory for sources]
export CBMBIN=[destination directory for build]
export SIMPATH=[path to installation of external packages (fairsoft jun19p1)]
export FAIRROOTPATH=[path to FairRoot installation v18.2.0]
svn checkout https://subversion.gsi.de/cbmsoft/cbmroot/release/APR20 $CBMSRC
cd $CBMBIN
cmake $CBMSRC
make
For a more extensive description, see Install_CbmRoot
Reported deficiencies¶
- Bug in local STS reconstruction when applying it in event-by-event mode after digi-based event building. In that case, the indices of the digis in the event class were set incorrectly. There is no effect when reconstructing data from event-by-event simulation or from timeslices without prior event building. The bug was fixed on 6 August 2020 in r79447c84. See Merge request 51.