Skip to content

Fix hash(initializer_list) and systematics improvements

Pieter David requested to merge piedavid/bamboo:systimprovements into master

I found the main culprit for slowing down HH DNN outputs with systematics, but in the process of debugging that also a few points where the automatic systematics code could be made more efficient, the main one already included (only branching for the variations that really need it, if a group is mixed between weights-only and kinematic variations - notable example: b-tag SF weight variations and jet/met kinematics); the rest are python speed improvements.

Edited by Pieter David

Merge request reports