From 62628ecaa4193d129d33107dadcaef2659e13bac Mon Sep 17 00:00:00 2001 From: Daniel Hundhausen Date: Wed, 31 Jan 2024 11:40:59 +0100 Subject: [PATCH] Fix the inclusive ranges and cuts in the v29 objects --- configs/V29/objects/electrons.yaml | 8 ++++---- configs/V29/objects/muons.yaml | 4 ++-- configs/V29/objects/taus.yaml | 14 ++++++++++---- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/configs/V29/objects/electrons.yaml b/configs/V29/objects/electrons.yaml index cb06e288..cdca64e2 100644 --- a/configs/V29/objects/electrons.yaml +++ b/configs/V29/objects/electrons.yaml @@ -1,7 +1,7 @@ part_e: label: "Gen Electron" eta_ranges: - inclusive: [0, 5] + inclusive: [0, 7] ids: gen_electron_default: cuts: @@ -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: @@ -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: @@ -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" diff --git a/configs/V29/objects/muons.yaml b/configs/V29/objects/muons.yaml index e278232e..738bd1b0 100644 --- a/configs/V29/objects/muons.yaml +++ b/configs/V29/objects/muons.yaml @@ -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] @@ -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] diff --git a/configs/V29/objects/taus.yaml b/configs/V29/objects/taus.yaml index 3c058ad2..155adbee 100644 --- a/configs/V29/objects/taus.yaml +++ b/configs/V29/objects/taus.yaml @@ -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"