- 24 Mar, 2021 6 commits
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add catching of empty match objects at Digi to Point level
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
On macosx one needs a openmp installation which does not come with the system, at least the omp.h header file is missing. brew has a package libomp which installs the header and a library. Both are found by the cmake module FindOpenMP and properly used during the compilation and linking. In themoment there is still a runtime error when executing the L1 tracking with OpenMP support on macosx, so switch off OpenMP for the time being. The problem is investigated already. refs #2028. Cleanup OpenMP handling in the build system. Move check for OpenMP to top level. Remove OpenMP usage from all libs were it is not needed.
-
- 23 Mar, 2021 1 commit
-
-
Dominik Smith authored
-
- 22 Mar, 2021 10 commits
-
-
Administrator authored
-
Administrator authored
Rename Mcbm2018 to Cosy2019 in all fiber hodo classes. Adapt macros to change.
-
Administrator authored
Put classes which are only needed for analysis of data recoreded during the beam time at Cosy in 2019 into a sepatrate library.
-
Administrator authored
In many macros the fiber hodo classes were present but commented. In most of the classes the sage is not needed since the detector was not present in the beamtime. Cleanup of the macros was done.
-
Administrator authored
First step to include code currently stored for historical reasons in the fles directory, in the core or reco libraries of the respective detectors. Adapt build system accordingly.
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
-
-
- 19 Mar, 2021 10 commits
-
-
Eoin Clerkin authored
-
Eoin Clerkin authored
-
Eoin Clerkin authored
Reverts the geometry repo back to official with updated tag.
-
Eoin Clerkin authored
-
Eoin Clerkin authored
Reverts to old MVD geometry.
-
Eoin Clerkin authored
-
Eoin Clerkin authored
Temporaily uses eclerkin's geometry and parameter repo for error reproduction.
-
Eoin Clerkin authored
Uses eclerkin geometry repo temporarily.
-
Uses recommended subsystem versions in the default setup files.
-
Administrator authored
Norbert pointed out that tof_v20a has to be treated as geometry type v21a. This is corrected with this commit.
-
- 18 Mar, 2021 1 commit
-
-
Administrator authored
Don't use tof digi parameter file any longer in the digitization step. The needed information is meanwhile taken from the TGeoManager. Initialize tof geometry parameters in the simple clusterizer from the TGeoManager, as it is already done in the event clusterizer and the digitizer. Add a special case in the TofGeoManager for the tof_v20a geometry. The geometry has to be treated as v14a.
-
- 17 Mar, 2021 4 commits
-
-
Pascal Raisig authored
iomanip was missing, somehow neither gcc on linux nor clangd cared for it.
-
Pascal Raisig authored
In the processing routines for empty digi branches a situation could appear, where nullptr were forwarded to unprotocted functions. Now a protection against this situation and a safety against nullptr is implemented.
-
Pascal Raisig authored
Add a setter to explicitly activate debug statements for TrdClusterFinder and HitProducer The statements are printed with LOG(info)
-
Pascal Raisig authored
Potential deactivation switch also added, see run_reco.C
-
- 16 Mar, 2021 2 commits
-
-
Administrator authored
Add missing include statement. Properly upcast TFolder to TObject.
-
Dominik Smith authored
CbmAlgoBuildRawEvents: Added option to write histograms with diagnostic data to FairRootManager instead of separate file.
-
- 15 Mar, 2021 1 commit
-
-
Dominik Smith authored
CbmAlgoBuildRawEvents: Cleanup. Set histogram axes to adaptive. Removed last access to FairRootManager.
-
- 14 Mar, 2021 1 commit
-
-
Administrator authored
Add missing include statement.
-
- 13 Mar, 2021 2 commits
-
-
CbmBuildEventsQA: Histograms with eventbuilder performance are now produced for all present detector systems individually.
-
CbmBuildEventsQA: Added histograms to display percentage of correct digis per event and percentage of found digis per event.
-
- 12 Mar, 2021 1 commit
-
-
Implement code owner functionality for our CI. Code owners are identified on a directory base by a look-up file. They are notified when changes to their code included in a MR.
-
- 09 Mar, 2021 1 commit
-
-