-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add Phase-2 Level-1 LLP trigger emulator: TOoLLiP [13_3_0_pre3] #1195
Add Phase-2 Level-1 LLP trigger emulator: TOoLLiP [13_3_0_pre3] #1195
Conversation
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. Attempts to compile this PR succeeded!
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. I found no issues with the code checks!
I found no issues with the headers!
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. I found 1 files that did not meet formatting requirements:
Please run
|
@ddiaz006 thanks for this PR! For my understanding, you are reusing/generalizing the jet ID class that was originally written for the b tag ID so that it can calculate an ID from any NN (assuming the same/similar input features) by either running tensorflow directly or the "HLS4ML emulation"? I think this makes sense, though I would like to see a quick validation that the b tag scores are the same before/after this PR to make sure they are unaffected. |
@ddiaz006 Just a gentle ping on the review comments. |
Hi @ddiaz006, I'm going around starting to figure out how to update all PRs to our new IB For this PR I would recommend:
Alternatively, because you have relatively few commits, you could just cherry-pick commits by doing something like:
|
I tried running the tagger, but found the code crashes in this section: cmssw/L1Trigger/Phase2L1ParticleFlow/src/JetId.cc Lines 83 to 90 in fc0fa3d
The problem is I guess this wasn't caught in the tests by trigger doctor (or in master) as the producer isn't being run in the L1 sequence. |
@ddiaz006 Any updates on rebasing this PR? |
Thank you for your instructions @aloeliger. I have rebased to CMSSW_14_0_0_pre3 and created a new PR: #1213. This one can be closed and I will update the other. |
PR description:
PR validation:
In progress