Skip to content

DF SUSY Weights

Michael Holzbock requested to merge miholzbo/athena:DF-SUSYWeights into 21.2

The function to add the SoW for individual SUSY final states is no longer called on import of SUSYMetaData.py but has to be called explicitly with the Athena sequence as parameter. This function is also added to the SUSY-related part in addStandardTruthContents() of MCCommon, as it anyway relies on the decorations set by the already present DecorateSUSYProcess() before. All affected Derivation formats have been updated accordingly.

This also resolves a small bug in the DAOD_PHYS format, where addSUSYWeights() is run before DecorateSUSYProcess() and hence can't run properly.

Tagging also @crizzi and @zmarshal.

Merge request reports