Skip to content

Two minor fixes in Selections

Vanya Belyaev requested to merge vanya-selections-v25 into run2-patches

Two minor fixes in Selections

  • ConstantMomentumScaling: likely due to new features in Gaudi(Python) the line from GaudiPython.Bindings import gbl as cpp produce error. Fixed now, replacing with more simple and more robust line
  • for MCTruthSelection downgrade the logging from info to debug

This MR is for run2-patches branch, but it will be nice to propagate it also to the master branch

Merge request reports