Conversation
…iterdir in the pathlib library
…ailed error message
…l years in ZQQ->DYLL
…leptons and antileptons
…>DYLL, and update pT bins
rkansal47
commented
Jun 10, 2025
src/HH4b/plotting.py
Outdated
| "W_matched": "royalblue", | ||
| "unmatched": "lightsteelblue", | ||
| "singletop": "cadetblue", | ||
| "Zto2Q_BB": "darkred", |
Collaborator
Author
There was a problem hiding this comment.
It's a good idea to start using the CMS recommended colours already. See here
rkansal47
commented
Jun 10, 2025
src/HH4b/processors/bbbbSkimmer.py
Outdated
| # FatJet0 with pT>250, mSD>40 | ||
| cut_pt_lead = ( | ||
| np.sum( | ||
| (bbFatJetVars["bbFatJetPt"][:, :2] >= 250) |
Collaborator
Author
There was a problem hiding this comment.
This doesn't match the Zbb fatjet selection dictionary above. (Better to use that dictionary here rather than hardcoding the cuts).
Collaborator
There was a problem hiding this comment.
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.