Skip to content

Commit

Permalink
Fix tkElectron ID for nano configs
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Aug 29, 2024
1 parent e94e349 commit 39c43d2
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
5 changes: 3 additions & 2 deletions configs/V32/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.7"
barrel:
endcap:
- "({passeseleid} == 1) | ({pt} < 25)"
barrel:
- "{passeseleid} == 1"
Iso:
label: "TkIsoElectron"
cuts:
inclusive:
- "abs({eta}) < 2.4"
barrel:
- "abs({trkiso}) < 0.13"
- "({passeseleid} == 1) | ({pt} < 25)"
endcap:
- "abs({trkiso}) < 0.28"
IsoNoIDinEE:
Expand Down
5 changes: 4 additions & 1 deletion configs/V32nano/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V33nano/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V34nano/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V35nano_ModTT/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V36nano_noTT/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V37nano/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V38nano/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down
5 changes: 4 additions & 1 deletion configs/V38nano_DT12x/objects/electrons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ L1tkElectron:
cuts:
inclusive:
- "abs({eta}) < 2.4"
endcap:
- "({eleId} == 1) | ({pt} < 25)"
barrel:
- "{eleId} == 1"
NoIsoForIso:
# This id is exclusively used for the
# isoloation wp derivation
label: "TkElectron, no ID"
cuts:
inclusive:
- "abs({eta}) < 2.7"
- "abs({eta}) < 2.4"
Iso:
label: "TkIsoElectron"
cuts:
Expand Down

0 comments on commit 39c43d2

Please sign in to comment.