Skip to content

CPAlgorithms: fix event filtering in VGammaORAlg

Baptiste Ravina requested to merge ravinab/athena:ravinab-main-patch-9af8 into main

As pointed out by @lucremer, we need to fix the event filtering in the VGammaORAlg. The event filtering was written in a slightly different way than in other filtering algorithms, because here the filtering decision had to be switched depending on user settings (sample to consider "in" or "out" of overlap).

This MR makes sure that if noFilter: True is set in the config, then indeed the VGammaORAlg will not veto any event.

Merge request reports