-
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
Updating the L1TrackObjectNtupleMaker with genJet information and using the SimVertex collection #1252
base: phase2-l1t-integration-14_0_0_pre3
Are you sure you want to change the base?
Conversation
…ng the SimVertex collection
…tsSimVtxToL1TrackObjectNtuple
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. 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 3 files that did not meet formatting requirements:
Please run
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. This PR passes available unit tests!
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation I found a non-zero return code running the relval workflows for this PR!
|
@BenjaminRS , can you open the corresponding PR in master? |
PR description:
This PR resolves the issue reported here: #1097
Namely it fixes the generator level vertex to use the SimVertex collection (from Geant4 SimHits).
PR validation:
This PR passes the following checks:
As a quick validation that this fixes the genVertex collection in the desired way I performed a quick test using L1TrackObjectNtupleMaker_cfg.py by:
Adding before L1TrackObjectNtupleMaker_cfg.py#L101:
process.l1tVertexFinder.VertexReconstruction.FH_NVtx = cms.uint32(1)
To give just 1 reconstructed PV per event and I saw:
Before fixing the genVertex collection I saw:
After fixing the genVertex collection I saw:
The fixed genVertex collection more closely matches what I would expect based on the reconstructed values.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
This PR will need to be ported to Master too.