forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 26
TkElectron v2 algo: Composite ID #1096
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
aloeliger
merged 16 commits into
cms-l1t-offline:phase2-l1t-integration-1252patch1
from
cerminar:composite_eleid_125X_v0
May 24, 2023
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
623e9f8
Modify emulator scheleton for integration of Composite ID.
7af535f
Remove pt10 cut from composite candidates
7833a1b
Adapt inout data-formats for Composite BDT evaluation.
cerminar 730fbe5
change to new model with max tree depth of 4
15c4be1
add variales for composite ID to HGCAL raw dataformat
bc96bf9
Replace egamma BDT with model using no input scaling
cb6a9d6
Update egamma BDT to model trained on hw values. Use inversion fn fro…
2963d78
Introduce Slim version of packed objects and handle BDT WP for settin…
cerminar 13c628f
new model with srrtot rescaled, binned chi2 variables and without z0
6552e50
Consolidate quantization of input features + cosmetics.
cerminar 2eac234
update the model: now built for using the HW input values
cerminar 49e6d17
Update tight WP to use 90%eff score.
cerminar 87d680c
use the 0.955 score for the loose WP
cerminar df1a217
Add dump file for elliptic matched electrons
cerminar 382fffe
can now use configurable emulator to decode HGC objects (slim or not)
cerminar 952496e
implement review comments
cerminar 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
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.
Out of curiosity, are these pragmas understood at the CMSSW level? The checking script may not have caught it, but it may generate unknown pragma warnings in central CMSSW
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.
they're protected by the
#ifdef __SYNTHESIS__, which is defined by HLS during synthesis but not by gcc ir clang during CMSSW compilation.