CPAlgorithms: fix event filtering in VGammaORAlg
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.