From 8ee8ae97772e2dea10b4c52759db72fa99f5efad Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 8 Oct 2024 22:13:58 +0200 Subject: [PATCH] Change comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6c5b43d..12b69561 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ types of algorithms, depending on your use case: - The `Transformer` is the more general one (both the `Consumer` and the `Producer` are a particular case of this one) and takes both inputs and outputs -- The `Filter`, for removing events from the events that are going to be - processed. +- The `FilterPredicate`, for determining whether subsequent algorithms in the + sequence are bypassed. A more complete list of algorithms can be found in https://lhcb.github.io/DevelopKit/03a-gaudi/, in the `Gaudi::Functional`