- Apr 04, 2024
-
-
Rosen Matev authored
Currently Findzstd.cmake is not installed and thus not available in downstream projects. When building e.g. Lbcom, zstd seems to be found from the (LbEnv) conda environment, which is wrong. zstd is in practice a private dependency of LHCb because its only user MDFLib is not dependend upon outside of LHCb. In general, CMake looks for packages wherever CMake is installed (i.e. the conda environment) and so it's probably good to ignore that with something like this ``` get_filename_component(_CMAKE_INSTALL_DIR "${CMAKE_ROOT}" PATH) get_filename_component(_CMAKE_INSTALL_DIR "${_CMAKE_INSTALL_DIR}" PATH) list(APPEND CMAKE_SYSTEM_IGNORE_PREFIX_PATH "${_CMAKE_INSTALL_DIR}") ``` Not sure where this belongs exactly. Follows up on !4444
-
Eduardo Rodrigues authored
decayLength rename in ParticleParams See merge request !4485
-
-
- Apr 03, 2024
-
-
Rosen Matev authored
Prepare LHCb v55r5 See merge request !4505
-
Rosen Matev authored
[ci skip]
-
- Apr 01, 2024
-
-
Christina Agapopoulou authored
PackedCaloHypo simple warning message modification See merge request !4470
-
-
- Mar 27, 2024
-
-
Rosen Matev authored
Prepare LHCb v55r4 See merge request !4500
-
Rosen Matev authored
[ci skip]
-
- Mar 25, 2024
-
-
Eduardo Rodrigues authored
For DPA: Make the data_type optional as "data_type:Upgrade" is meaningless See merge request !4496
-
-
- Mar 24, 2024
-
-
Andre Gunther authored
Fixed packing of particle covariance matrix Closes #347 See merge request !4467
-
-
- Mar 23, 2024
-
-
Andre Gunther authored
MatCalibration: add fallback solution for missing conditions See merge request !4475
-
-
Andre Gunther authored
InteractionRegion check if parent is nullptr before deref See merge request !4495
-
Andre Gunther authored
-
Andre Gunther authored
Support zstd compressed MDF reading in old-style IO See merge request !4444
-
-
- Mar 22, 2024
-
-
Andre Gunther authored
remove obsolete `context()` See merge request !4457
-
- Mar 21, 2024
-
-
Andre Gunther authored
Persistency for ChargedPID, BremInfo and GlobalChargedPID classes See merge request !4338
-
-
-
-
-
-
-
-
-
-
-
- Mar 20, 2024
-
-
Andre Gunther authored
add a new HltDecReports filter See merge request !4454
-
-
Gerhard Raven authored
-
Andre Gunther authored
set the reserved bits to 31 for hlt raw banks Closes #221 See merge request !4480
-
Andre Gunther authored
VectorizedML/Sequence fix const return type warning See merge request !4481
-
- Mar 19, 2024
-
-
Andre Gunther authored
-
Andre Gunther authored
Fix stand alone compilation of LHCbMath/VectorizedML headers See merge request !4479
-
- Mar 18, 2024
-
-
Sevda Esen authored
-
Andre Gunther authored
add PV pointer to particle, update v2 PV event model Closes #257 and Moore#608 See merge request !4299
-