Skip to content

Only fill MET histograms if MET container is valid and non-empty

Charlie Chen requested to merge chenb/athena:HltMetMonUpdate_22072022 into 22.0

Previously, the offline MET histograms were being filled for events with potentially invalid and/or empty MET containers resulting in a peak at zero MET.

The "fill" statement has since been moved inside the conditional which checks that the container is valid and non-empty.

Merge request reports