Skip to content

Commit

Permalink
Fix V29 gmtTkMuon definition: no quality < 8 GeV
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhundhausen committed Jan 31, 2024
1 parent 643b65e commit cf650b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configs/V29/objects/muons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ gmtTkMuon:
barrel: [0, 0.83]
overlap: [0.83, 1.24]
endcap: [1.24, 2.4]
cuts:
inclusive:
- "{quality} > 0"
ids:
default:
cuts:
inclusive:
- "{quality} > 0"
- "({quality} > 0) | ({pt} < 8)" # quality criterion only to be appied for p_T > 8 GeV

0 comments on commit cf650b2

Please sign in to comment.