From 613be8491cd6c0e47b32e531f26d46aeeaaf6192 Mon Sep 17 00:00:00 2001
From: Christoph Hasse <christoph.hasse@cern.ch>
Date: Thu, 28 Apr 2022 18:39:57 +0200
Subject: [PATCH] fix example code

---
 Hlt/Hlt2Conf/python/Hlt2Conf/algorithms_thor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Hlt/Hlt2Conf/python/Hlt2Conf/algorithms_thor.py b/Hlt/Hlt2Conf/python/Hlt2Conf/algorithms_thor.py
index da123bdb24f..13ebe679b1e 100644
--- a/Hlt/Hlt2Conf/python/Hlt2Conf/algorithms_thor.py
+++ b/Hlt/Hlt2Conf/python/Hlt2Conf/algorithms_thor.py
@@ -83,7 +83,7 @@ def require_all(*cuts):
         >>> import Functors as F
         >>> functor = require_all(F.PT > 1, F.PID_K < 0)
         >>> functor.code_repr()
-        '( ( PT > 1 ) & ( PID_K < 0 ) )'
+        '( ( ( RHO_COORDINATE chain THREEMOMENTUM ) > 1 ) & ( PID_K < 0 ) )'
     """
     return functools.reduce(lambda f, g: f & g, cuts)
 
-- 
GitLab