-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[L1T] PR containing simulation and emulation related to jet mass reconstruction (Phase-2) #47792
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ccc2b30
Contains all jet mass emulator commits and rebase to 151X
lrobertshaw f224be0
code format patch
lrobertshaw baba4d2
added previously removed phase-1 jets back in
lrobertshaw 9db1d48
removed non-default file path
lrobertshaw e2787da
Added a new HW encoding for new packed type
lrobertshaw 4903a04
code checks and format
lrobertshaw 02ab393
actioned PR comments regarding formatting, not addressed B tagging ha…
lrobertshaw ba2114a
code formats and code checks
lrobertshaw 41f28b0
Merge branch 'master' into CMSSW_15_1_X
lrobertshaw 7e21c79
code formats and code checks changes
lrobertshaw 9daabf3
reverting checksum value for ClassVersion 7
lrobertshaw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really remove the btag score now from the jets? If so then you can remove the commented out lines here and throughout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The existing b tag scores stored here are not actually used in CMSSW (perhaps they are not stored at all in this struct in CMSSW), so could in principle be removed, however they are used by the HLS in the firmware implementation (so perhaps we should keep them uncommented). A few other upcoming PRs may also touch this struct.
@thesps can you comment on how to proceed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EmyrClement - sorry I had forgotten about your question to @thesps. This comment suggests that it should be removed, which is now what is done in the master branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that
b_tag_score_t
can be removed +1 it has been superseded in the now merged #47798