- Jul 14, 2022
-
-
-
-
Fix a bug in clang-format that causes STL headers that start with a 't' being grouped with Root headers. (Affects for example <type_traits>.) This is caused by regex matching in clang-format being case insensitve by default. The option for case sensitive matching is only introduced with clang-format 12. So as a workaround for clang-format 11 also match a '.h'-suffix for the filenames in these categories. This ensures seperation between Root headers and STL headers.
-
- Jul 13, 2022
-
-
Dominik Smith authored
-
- Jul 04, 2022
-
-
Felix Weiglhofer authored
-
- Jun 29, 2022
-
-
* RICH QA code updates * Updates of run macros and scripts * Remove obsolete macro from rich macro directories * Updates in RICH event display
- Jun 25, 2022
- Jun 23, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Jun 22, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Jun 21, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Jun 20, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Jun 17, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
reconstruction macros global updates (bugfix): CbmL1 and CbmKF (as a FairRoot task) now need the interfaces to the tracking detectors. The interfaces are initialized in an additional task - CbmTrackingDetectorInterfaceInit, which should be added before. Please, refer to '$VMCWORKDIR/macro/run/run_reco.C' as an example
-
Sergei Zharko authored
reconstruction macros global updates: CbmL1 and CbmKF (as a FairRoot task) now need the interfaces to the tracking detectors. The interfaces are initialized in an additional task - CbmTrackingDetectorInterfaceInit, which should be added before. Please, refer to '$VMCWORKDIR/macro/run/run_reco.C' as an example
-
Sergei Zharko authored
L1: tracking interfaces: the interface classes were moved to the '$VMCWORKDIR/core/detector/' directory
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
L1: add consistency checkers for L1Parameters, L1Station, L1UMeasurementInfo, L1XYMeasurementInfo, L1MaterialInfo, L1Material, L1FieldSlice, L1FieldRegion, L1FieldValue classes
-
Sergei Zharko authored
-
Sergei Zharko authored
L1Algo: constexpr constants moved from L1Parameters class to the L1Constants namespace (L1Constants.h)
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Administrator authored
There were still some macros with wrong institute/city information. Correct 'GSI/JINR-LIT' by the correct 'GSI/JINR-LIT, Darmstadt/Dubna'.
-
- Jun 16, 2022
-
-
Administrator authored
Allow to use existing FairSoft and FairRoot installations.
-
- Jun 14, 2022
-
-
-
The code format checker runs without downloading the external packages such that one has to emulate the existence of the external packages.
-
Jan de Cuveland authored
-