Skip to content

Further typo for photon selection fixed

Jan Lukas Spah requested to merge jspah-master-patch-02934 into master

(photon_abs_eta > self.gap_barrel_eta) to (photon_abs_eta > self.gap_endcap_eta) for selection of isEE_low_r9. Note that the previous version was wrong in principle but the output was still not completely incorrect because of the failsafe selection here: https://gitlab.cern.ch/HiggsDNA-project/HiggsDNA/-/blob/master/higgs_dna/selections/photon_selections.py#L83

Merge request reports