HH->bbtautau anti-isolated lepton selection
-
Add [<ID>, "NonIso"]
to Electron/Muon yaml configs and NoIsoWp decoration -
Find anti-isolated leptons by requiring that a lepton: passes ID+NoIso WP and fails ID+iso WP -
Add a boolean branch to flag events which have (anti)isolated leptonsAdd_isIso
branch to check if each lepton passes isolation or not -
Add antiiso-lephad
channel
Merge request reports
Activity
added Analysis:bb𝝉𝝉 label
added 5 commits
-
c02a4473...4a5688cc - 3 commits from branch
easyjet:main
- 409c36fa - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- 52319f55 - bbtt: add muon anti-iso functionality parallel to electrons
-
c02a4473...4a5688cc - 3 commits from branch
added 1 commit
- e44d57e3 - bbtt: set event pass flag appropriately when selecting anti-isolated leptons
- Resolved by Greg Myers
- Resolved by Greg Myers
Before refactoring to make a "lephad-antiiso" channel, I did some tests and found an oversight on my end - the loose lepton inputs to
<Lepton>SelectorAlg
the have an isolation applied (e.g. here for electrons). So I think I need to define one more category of electrons so that we'd have 4 total in the end: (LooseId, TightId)x(NoIsoWP, IsoWP).Then the
N_LEPTONS_*
requirements for each channel would be:- hadhad:
n_tight_iso == 0 && n_loose_iso == 0
- lephad:
n_tight_iso == 1 && n_loose_iso == 0
- lephad-antiiso:
n_tight_antiiso == 1 && n_loose_iso == 0
Let me know if anyone sees anything wrong with that or has any suggestions. Thanks!
- hadhad:
added 28 commits
-
e44d57e3...0a8df3f6 - 21 commits from branch
easyjet:main
- 711abd77 - bbtt: fix bool combination
- cfbecf2b - bbtt: fix propagating lepton anti-iso flag to the selector alg
- 84db8081 - bbtt: remove isolation req from loose leptons for now
- 347bc04e - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- 3ed3d343 - bbtt: add another lepton collection for non-iso leptons
- ff49a619 - bbtt: cleanup/fix from last commit
- 02ef355f - bbtt: disable OR check on anti-iso leptons
Toggle commit list-
e44d57e3...0a8df3f6 - 21 commits from branch
added 9 commits
-
02ef355f...2165a2d8 - 5 commits from branch
easyjet:main
- a9ac39e4 - bbtt: loop over tight-no-iso leptons, veto on additional looseId+iso leptons, cleanup
- 8e8ed2cb - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- 92a7cd16 - bbtt: first pass at adding antiiso-lephad channel
- ff69c50e - bbtt: do trig selection also for antiiso-lephad
Toggle commit list-
02ef355f...2165a2d8 - 5 commits from branch
Hi @gwmyers , just a small clarification in case it wasn't clear. We will want to run the MMC in this CR, which means you will have to specify the region in the MMC decorator and selector algs.
Julian made some changes here: !522 (merged) (so your MR should be updated to have Julian's changes - slightly different from what you have now)
added 19 commits
-
a4cd84c0...57f7569b - 12 commits from branch
easyjet:main
- 693860db - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- c9374d44 - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- b12815dd - bbtt: fix compilation after last pull of main
- b31d726d - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- 5469a9b9 - bbtt refactor to use one lepton collection, wip
- ebe3ca5b - bbtt: update lepton loops
- d9981bd0 - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
Toggle commit list-
a4cd84c0...57f7569b - 12 commits from branch
added 12 commits
-
e40391ff...4f2fb62b - 10 commits from branch
easyjet:main
- 46bf8217 - Merge branch 'main' of ssh://gitlab.cern.ch:7999/easyjet/easyjet into bbtt-antiiso-leptons
- 365163f1 - bbtt: shorten lines in config
-
e40391ff...4f2fb62b - 10 commits from branch
mentioned in merge request !634 (closed)