Skip to content

Fixes for LCG 99

Christoph Hasse requested to merge LCG_99_fixes into master

Goes together with: LHCb!2912 (merged), LHCb!2917 (merged), Phys!874 (merged), and Moore!739 (merged)

Changes included:

  1. Fix LumiAlgs test by adding sorting of datahandle debug printout to LumiAlgsExclusions.py. (Same principle to what @sponce did in LHCb!2888 (merged))
  2. SmartRefVector::operator[] seems to be broken in python, I've implemented a workaround Rec/GlobalRecoMCTools/tests/options/test_protoparticleassociator.py. (can be fix is coming via gaudi/Gaudi!1180 (merged))
  3. Change comparison from is to != in ConfiguredTrackMonitors.py (should fix Brunel test)
Edited by Rosen Matev

Merge request reports