From 0accb0d78089a2beecc98031dcf04feb48701efb Mon Sep 17 00:00:00 2001 From: Sebastian Brommer Date: Thu, 16 Mar 2023 15:29:58 +0100 Subject: [PATCH] fix ee, mm quantitites --- producers/pairquantities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/producers/pairquantities.py b/producers/pairquantities.py index f1e4688..811cd87 100644 --- a/producers/pairquantities.py +++ b/producers/pairquantities.py @@ -323,7 +323,7 @@ call="basefunctions::DefineQuantity({df}, {output}, -1)", input=[], output=[q.tau_decaymode_1], - scopes=["et", "mt", "em"], + scopes=["et", "mt", "em", "ee", "mm"], ) tau_gen_match_1 = Producer( name="gen_match_1", @@ -376,7 +376,7 @@ call="basefunctions::DefineQuantity({df}, {output}, -1)", input=[], output=[q.tau_decaymode_2], - scopes=["em"], + scopes=["em", "ee", "mm"], ) tau_gen_match_2 = Producer( name="taugen_match_2",