Skip to content

Commit

Permalink
fix ee, mm quantitites
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypuuter committed Mar 16, 2023
1 parent 1702f66 commit 0accb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions producers/pairquantities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0accb0d

Please sign in to comment.