Skip to content

Commit

Permalink
Fix the inclusive ranges and cuts in the v29 objects
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhundhausen committed Jan 31, 2024
1 parent cf650b2 commit 62628ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions configs/V29/objects/electrons.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
part_e:
label: "Gen Electron"
eta_ranges:
inclusive: [0, 5]
inclusive: [0, 7]
ids:
gen_electron_default:
cuts:
Expand All @@ -11,7 +11,7 @@ part_e:
tkElectron:
match_dR: 0.15
eta_ranges:
inclusive: [0, 5]
inclusive: [0, 7]
barrel: [0, 1.479]
endcap: [1.479, 5]
ids:
Expand All @@ -27,7 +27,7 @@ tkElectron:
label: "TkElectron id in barrel"
cuts:
inclusive:
- "abs({eta}) < 2.4"
- "abs({eta}) < 2.7"
barrel:
- "({passeseleid} == 1) | ({pt} < 25)"
Iso:
Expand All @@ -44,7 +44,7 @@ tkElectron:
EG:
match_dR: 0.2
eta_ranges:
inclusive: [0, 5]
inclusive: [0, 7]
barrel: [0, 1.479]
endcap: [1.479, 3.0]
label: "EG"
Expand Down
4 changes: 2 additions & 2 deletions configs/V29/objects/muons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ gmtMuon:
label: "GMT Muon"
match_dR: 0.3
eta_ranges:
inclusive: [0, 5]
inclusive: [0, 7]
barrel: [0, 0.83]
overlap: [0.83, 1.24]
endcap: [1.24, 2.4]
Expand All @@ -13,7 +13,7 @@ gmtTkMuon:
label: "GMT TkMuon"
match_dR: 0.1
eta_ranges:
inclusive: [0, 5]
inclusive: [0, 7]
barrel: [0, 0.83]
overlap: [0.83, 1.24]
endcap: [1.24, 2.4]
Expand Down
14 changes: 10 additions & 4 deletions configs/V29/objects/taus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@ nnTau:
label: "NN Tau"
match_dR: 0.1
eta_ranges:
inclusive: [0, 2.4]
inclusive: [0, 7]
barrel: [0, 1.5]
endcap: [1.5, 2.4]
cuts:
inclusive:
- "{passloosenn}==1"
ids:
default: {}
default:
cuts:
inclusive:
- "abs({eta}) < 2.4"

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

0 comments on commit 62628ec

Please sign in to comment.