Skip to content

Commit

Permalink
Add v32nano tau object config
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Feb 9, 2024
1 parent 39d74c4 commit 0ca5cf2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions configs/V32nano/objects/taus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
L1nnTau:
label: "NN Tau"
match_dR: 0.1
eta_ranges:
inclusive: [0, 7]
barrel: [0, 1.5]
endcap: [1.5, 2.4]
ids:
default:
cuts:
inclusive:
- "abs({eta}) < 2.4"
- "{passLooseNN}==1"

L1caloTau:
label: "Calo Tau"
match_dR: 0.3
eta_ranges:
inclusive: [0, 7]
barrel: [0, 1.5]
endcap: [1.5, 2.4]
ids:
default:
cuts:
inclusive:
- "abs({eta}) < 2.4"

0 comments on commit 0ca5cf2

Please sign in to comment.