Skip to content

Bugfix for photon selection in ATLAS_2017_I1644367

Frank Siegert requested to merge fix-ATLAS_2017_I1644367 into release-3-1-x

The IdentifiedFinalState without acceptId() would not select any particles, so this can't have worked like this. The ID selection was already present as an explicit cut, so we don't need the IdentifiedFinalState anyway.

Since the ATLAS analysis is selecting prompt photons only, I have changed this to a PromptFinalState instead of just a FinalState.

This was found by Ana Cueto and I'm also tagging @20DM to see whether he remembers (or can reconstruct) how this can have worked in the validation plots in first place?

Merge request reports