- May 09, 2023
-
-
- May 08, 2023
-
-
Remove commented code. Move library dependency from public to private.
-
Add build system files for new mvd code structure Move code from mvd directory to core/detectors/mvd, sim/detectors/mvd, reco/detectors/mvd and analysis/detectors/mvd. Create the libraries CbmMvdCore, CbmMvdSim, CbmMvdReco and CbmMvdAna. This commit will not compile.
-
- Feb 13, 2023
-
-
Sergey Gorbunov authored
-
- Feb 01, 2023
-
-
- Nov 18, 2022
-
-
Administrator authored
Add missing include statements and forward declarations. In FairRoot a serious cleanup of include statements was done which needs fixes in our code base.
-
- Nov 08, 2022
-
-
Administrator authored
-
- Nov 01, 2022
-
-
With the change to the CMake targets the dependency tree was broken. The generation of the ROOT dictionary is now a target on its own which did not depend on anything except the header files needed for the specific library. Some of these header files include other header files from the external libraries. The problem was that now it became possible that the dictionary generation started before the external header files were available. Add explicit dependencies from these dictionaries to the external libraries.
-
- Oct 24, 2022
-
-
Omveer authored
Files moved to NO_DICT_SRC: L1Algo/L1Event.cxx L1Algo/L1EventMatch.cxx Files are commented for time being in L1 target: OffLineInterface/CbmL1RichENNRingFinder.cxx OffLineInterface/CbmL1RichENNRingFinderParallel.cxx xpu git tag version modified Vc package finding moved to top level CMakeLists.txt
-
- Oct 21, 2022
-
-
- Sep 15, 2022
-
-
- Sep 12, 2022
-
-
- Sep 07, 2022
-
-
Sergey Gorbunov authored
-
- Sep 06, 2022
-
-
Sergey Gorbunov authored
-
- Aug 30, 2022
-
-
Valentina Akishina authored
-
- Aug 22, 2022
-
-
Sergei Zharko authored
-
- Aug 03, 2022
-
-
The C function to check if a number is finite is 'isfinite()'. Obviously the 'finite()' function is from C89 and was deprecated with C99 but not yet removed. At least with the default compiler on macosx 12.5 (arm64) the function was removed so we switch to 'isfinite()'.
-
- Jun 23, 2022
-
-
Sergei Zharko authored
-
- Jun 20, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Jun 17, 2022
-
-
Sergei Zharko authored
-
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
-
- Jun 14, 2022
-
-
- Apr 05, 2022
-
-
- Mar 31, 2022
-
-
Administrator authored
The KF and L1 packages set special compiler flags. Some of the warnings are not present when using Clang such that a CMake check was implemented which test the existense of those. The check simply compiles some C++ code with the compiler flag added to the compile command. Unfortunately Clang only prints a warning when a warning flag doesn't exist but successfuly finishes the compilation such that the check suceeds. This results in many warnings during compilation of L1.
-
- Feb 23, 2022
-
-
Sergey Gorbunov authored
-
- Feb 04, 2022
-
-
- Feb 03, 2022
-
-
Sergey Gorbunov authored
-
- Jan 19, 2022
-
-
Sergey Gorbunov authored
-