Skip to content

Adding Zbb #289

Draft
rkansal47 wants to merge 95 commits intomainfrom
zbb
Draft

Adding Zbb #289
rkansal47 wants to merge 95 commits intomainfrom
zbb

Conversation

@rkansal47
Copy link
Copy Markdown
Collaborator

@rkansal47 rkansal47 commented May 13, 2025

  • Fill out TODOs @zichunhao
  • Test locally, make sure all the necessary branches are saved
  • Important: also test that the output for the signal region is not changed, by comparing to some test files run on the main branch.
  • Submit skims

zichunhao added 25 commits May 28, 2025 18:45
"W_matched": "royalblue",
"unmatched": "lightsteelblue",
"singletop": "cadetblue",
"Zto2Q_BB": "darkred",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It's a good idea to start using the CMS recommended colours already. See here

# FatJet0 with pT>250, mSD>40
cut_pt_lead = (
np.sum(
(bbFatJetVars["bbFatJetPt"][:, :2] >= 250)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This doesn't match the Zbb fatjet selection dictionary above. (Better to use that dictionary here rather than hardcoding the cuts).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The Zbb fatjet selection dictionary is a baseline cut for the pT-subleading fatjet. However, the pT-leading fatjet needs to be above 250 GeV, so I had to add this additional cut. Is there a way to have a dictionary such that the good_ak8jets function can select them separately?

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