-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added cut to skimmer based on XHY->bbWW semi-resolved channel veto #39
Conversation
…/HHbbVV into Wqq_semi_resolved_veto
…/HHbbVV into Wqq_semi_resolved_veto Adding slight fix
for more information, see https://pre-commit.ci
Looking good, I had to update the discriminant to match the one used in the semi-resolved analysis. @andresnava1000 Could you check the efficiency of a selection on |
Variables are looking OK, will need to iterate on the exact veto with Amitav. See https://indico.cern.ch/event/1375175. For now, saving the SD and regressed masses of the two W-tagged jets. |
The cut should remove any events that have 2 or more non-Hbb fatjets with Wqq scores above 0.8
Logic for cut:
Compute number of fatjets per event with Wqq score > 0.8. Define cut as true for event if there are less than 3 such fatjets, and in the case that there are exactly two, define cut as true iff Hbb is one of them
To study this would I want to run over a large number of signal files (C2V = 0)? it seems like this cut is pretty rare from the several files that I tested. For background, would I use TTToSemiLeptonic as well?