- Nov 17, 2022
-
-
Update NicaFemto version which include now all patches.
-
-
- Nov 16, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- For now making call to mcbm_transport.C from a different folder (hardcoded path) + running 1 event - Call should be replaced on the long term with an INIT only method (no need to run a simulation to get a geometry)
-
Pierre-Alain Loizeau authored
- Add new file and namespace in utils part of the CbmBase library - Add Mcbm::GetSetupFromRunId function - Add Mcbm::Dummy class to force loading of the library n macros and circumvent deprecation of functions dict in Root6/Cling - Update all macros with the if/else mapping to use the new function and catch exception for unmapped runs
-
- Nov 15, 2022
-
-
print_info() macro added to CbmMacro.cmake module unnecessary variables removed
-
-
-
-
-
-
-
-
-
-
-
-
With the upcoming FairRoot release the function FillEventHeader of the FairRootManager is deprecated, so use the function from FairSource directly. Fixes #2644.
-
- Nov 14, 2022
-
-
Cornelius Feier-Riesen authored
-
Cornelius Feier-Riesen authored
-
- Nov 11, 2022
-
-
Volker Friese authored
- Nov 10, 2022
-
-
When using FairSoft apr22 the compilation without the fix crashes.
-
Administrator authored
There were problems reported when a system version of GTest exist which should be solved with this fix.
-
-
Administrator authored
-
Administrator authored
-
Administrator authored
-
MQ/monitor/CMakeLists.txt: Boost added as dependency algo/data/CMakeLists.txt: modified in Modern CMake algo/test/CMakeLists: modified in Modern CMake core/data/test/global/CMakeLists.txt: Unnecessary dependencies removed and added required dependencies core/data/test/psd/CMakeLists.txt: Unnecessary dependencies removed core/detectors/trd/CMakeLists.txt: TMVA dependency change to ROOT::TMVA
-
Gtest and GtestMain Target created which depend on GTEST target Remaining files which haven't been changed in modern cmake. MQ/monitor : Transition in Modern CMake core/data/test: Transition to Modern CMake reco/qa: Transition to Modern CMake tutorial/TaskToAlgo: Transition to modern CMake
-
-
-
-
-
-
-
-
- Nov 09, 2022
-
-
Eoin Clerkin authored
Makes clear to reader that append is default. Allows previous overwrite option.
-
- Nov 08, 2022
-
-
Administrator authored
There were rich ring finders in the L1 code base which were compiled and linked into libL1. With the change in the build system this results in a circular dependency between the L1 and CbmRichReco libraries which was resolved by removing the classes from compilation. With this commit the classes are moved from the L1 code base into the rich reconstruction code base.
-
-