- Sep 22, 2023
-
-
Administrator authored
Add the sytem compiler include paths needed for our static standalone clang-tidy binary to the list of include paths. The paths are only added to the compilation units in the generated file compile_commands.json which is used as input for clang-tidy. Without the paths clang-tidy can't find the standard C and C++ header files. The geometries, parameters and input data are not needed when running clang-tidy, so don't waste time downloading them. The still downloaded projects include header files which are used by CbmRoot classes. If these header files are not found by clang-tidy the check of some compilation units fail. Use VC in scalar mode, otherwise system and hardware related header files are needed which couldn't be found. Fix an issue with an missing header file in KFParticle when using the scalar VC version.
-
Sergey Gorbunov authored
-
- Sep 21, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
-
-
Convert names of Material/Media into unique index numbers to avoid Geant4, FairRoot and CbmRoot mixing media swapping.
-
- Sep 20, 2023
-
-
Sergey Gorbunov authored
-
Sergei Zharko authored
- point station index definition in the performance - rejection of hits with NaN or Inf parameters - transport macro with box generator for mCBM
-
Sergey Gorbunov authored
-
- Sep 19, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
-
- Sep 18, 2023
-
-
Sergei Zharko authored
-
- Sep 14, 2023
- Sep 12, 2023
-
-
Sergey Gorbunov authored
-
- Sep 11, 2023
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
-
- Sep 01, 2023
-
-
Sergey Gorbunov authored
-
- Aug 31, 2023
-
-
Sergey Gorbunov authored
-
Administrator authored
The target is not available in newer FairMQ versions.
-
- Aug 30, 2023
-
-
Sergey Gorbunov authored
-
-
MC-true pdg code field was removed from VtxTracks branch long back in time. This information is available via AT::Matching. The commented piece of code and empty (filled with zeros) field mc_pdg still remained which was fixed with this MR.
-
- Aug 29, 2023
-
-
Sergey Gorbunov authored
-
-
- Aug 28, 2023
-
-
Sergei Zharko authored
-
-
Sergey Gorbunov authored
-
Sergei Zharko authored
-
Sergei Zharko authored
A CA iteration (L1CAIteration class) represents a set of parameters, dependent from the particular track finder running step. Previously, default iterations were initialized in the CbmL1::Init function with hard-coded values. Now, the default iteration list is provided in the in the configuration file. At the moment there are three main configuration files: ${VMCWORKDIR}/macro/L1/configs/ca_params_sts.yaml -- L1Algo::TrackingMode::kSts ${VMCWORKDIR}/macro/L1/configs/ca_params_mcbm.yaml -- L1Algo::TrackingMode::kMcbm ${VMCWORKDIR}/macro/L1/configs/ca_params_global.yaml -- L1Algo::TrackingMode::kGlobal
-
Sergei Zharko authored
-
-
- Aug 22, 2023
-
-
Sergey Gorbunov authored
-