Skip to content
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

Optimize the VBF cuts for significance #60

Merged
merged 34 commits into from
Apr 23, 2024

Conversation

zichunhao
Copy link
Collaborator

Two optimized cuts are explored and implemented for significance:

  1. Select AK8 jets, then AK4 jets, and take the 2 highest pT jets.

  2. Select AK8 jets, then AK4 jets, apply a minimum eta_jj cut between the two jets, and take the highest pT pair. If none are left in the eta_jj cut, just select the highest 2 pT pair (the same as 1).

@@ -0,0 +1,418 @@
('ak8FatJetHbb', 0)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that I accidentally committed this file at some point. I should delete this.

@rkansal47 rkansal47 merged commit 8e4eab0 into rkansal47:vbftesting Apr 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants