- Apr 23, 2025
-
-
Marco Cattaneo authored
Workaround for a problem with template specialization and ROOT 6.32 See merge request !5033
-
Marco Cattaneo authored
Tweak test tolerances for Clang See merge request !5031
-
- Apr 17, 2025
-
-
Marco Cattaneo authored
-
- Apr 16, 2025
-
-
Marco Clemencic authored
The way LoKiMC.MC decorates some MC related classes interferes with ROOT pythonizations producing the error: ``` File ".../test.py", line 2, in <module> import ROOT File "/cvmfs/lhcb.cern.ch/lib/lcg/releases/ROOT/6.32.10-73580/x86_64-el9-gcc13-dbg/lib/ROOT/__init__.py", line 39, in <module> _register_pythonizations() File "/cvmfs/lhcb.cern.ch/lib/lcg/releases/ROOT/6.32.10-73580/x86_64-el9-gcc13-dbg/lib/ROOT/_pythonization/__init__.py", line 302, in _register_pythonizations importlib.import_module(__name__ + '.' + module_name) File "/cvmfs/lhcb.cern.ch/lib/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc13-dbg/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cvmfs/lhcb.cern.ch/lib/lcg/releases/ROOT/6.32.10-73580/x86_64-el9-gcc13-dbg/lib/ROOT/_pythonization/_drawables.py", line 61, in <module> @pythonization([ 'TPad', 'TButton', 'TColorWheel', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/cvmfs/lhcb.cern.ch/lib/lcg/releases/ROOT/6.32.10-73580/x86_64-el9-gcc13-dbg/lib/ROOT/_pythonization/__init__.py", line 99, in pythonization_impl _find_used_classes(ns, passes_filter, user_pythonizor, npars) File "/cvmfs/lhcb.cern.ch/lib/lcg/releases/ROOT/6.32.10-73580/x86_64-el9-gcc13-dbg/lib/ROOT/_pythonization/__init__.py", line 264, in _find_used_classes instance_name = var_name + "<" + ",".join(args) + ">" ^^^^^^^^^^^^^^ TypeError: sequence item 0: expected str instance, MCParticle_meta found ``` Using strings instead of type wrappers for template arguments seems to fix the problem.
-
- Mar 27, 2025
-
-
Marco Cattaneo authored
Adapt test references to Gaudi v39r4 See merge request !4991
-
Marco Cattaneo authored
-
Marco Cattaneo authored
Skip INFO message removed in Gaudi v39r4 See merge request !4985
-
Marco Cattaneo authored
DevelopmentTagger enum and string conversion See merge request !4986
-
-
- Mar 25, 2025
-
-
Marco Cattaneo authored
update test reference to follow LCG 106 See merge request !4981
-
Marco Cattaneo authored
Drop uses of HepMC See merge request !4635
-
Marco Cattaneo authored
Changes needed for LCG 106 (backward compatible with LCG 105) See merge request !4979
-
- Mar 21, 2025
-
-
Marco Cattaneo authored
Remove test of GaudiAlg already existing because it has been removed from Gaudi See merge request !4983
-
Marco Cattaneo authored
-
- Mar 20, 2025
-
-
Sebastien Ponce authored
-
Marco Cattaneo authored
-
- Mar 19, 2025
-
-
Marco Cattaneo authored
-
- Mar 17, 2025
-
-
Marco Clemencic authored
Replace `unsigned long long` with `std::uint64_t` to avoid an error from cppyy, and replace `unsigned int` with `std::uint32_t` for consistency.
-
Marco Clemencic authored
Latest ROOT does not allow implicit conversion from bool to float, so we have to make it explicit.
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Feb 13, 2025
-
-
Marco Cattaneo authored
Prepare v46r9 release See merge request !4942
-
Marco Cattaneo authored
-
- Feb 11, 2025
-
-
Marco Cattaneo authored
Fix GaudiPython deprecation warnings triggered by LCG_106 See merge request !4912
-
Marco Cattaneo authored
-
- Jan 21, 2025
-
-
Marco Clemencic authored
in particular complete drop of LoKiGen and HepMCEvent
-
- Jan 08, 2025
-
-
Marco Cattaneo authored
Prefer pragma once and add missing include See merge request !4851
-
- Jan 07, 2025
-
-
Marco Cattaneo authored
-
- Dec 05, 2024
-
-
Marco Cattaneo authored
Fixes to test reference files for Gaudi v39r1 See merge request !4684
-
Marco Cattaneo authored
-
Marco Cattaneo authored
Fix GaudiAlg tests and reference files for Gaudi v39 See merge request !4677
-
- Nov 21, 2024
-
-
Nate Grieser authored
LHCb v46r8 release See merge request !4772
-
Niladri Sahoo authored
-
- Nov 07, 2024
-
-
Marco Cattaneo authored
Cloned QMTest support from Gaudi See merge request !4744
-
-
Marco Cattaneo authored
Fix unused variable warning from clang See merge request !4749
-
- Nov 06, 2024
-
-
Marco Cattaneo authored
-
- Oct 21, 2024
-
-
Marco Cattaneo authored
Backward compatible fixes to run2-patches for Gaudi v39 See merge request !4674
-
Marco Cattaneo authored
Fix potential usage of a null pointer See merge request !4714
-
- Oct 18, 2024
-
-
Marco Cattaneo authored
Force use of BoostConfig.cmake as requested by CMake 3.30 See merge request !4712
-