-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 (Master) #45422
Updating the L1TrackObjectNtupleMaker with genJet information and using the SimVertex collection (Master) #45422
Conversation
…ng the SimVertex collection
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45422/40872 |
A new Pull Request was created by @BenjaminRS for master. It involves the following packages:
@aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@@ -38,7 +38,7 @@ | |||
# Track word limits (256 binns): [-20.46912512, 20.46912512, 0.15991504] | |||
FH_HistogramParameters = cms.vdouble(-20.46912512, 20.46912512, 0.15991504), | |||
# The number of vertixes to return (i.e. N windows with the highest combined pT) | |||
FH_NVtx = cms.uint32(10), | |||
FH_NVtx = cms.uint32(1), |
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.
Just to note that this should really be 1 in order to follow what the FW will do.
Please test |
+1 Size: This PR adds an extra 40KB to repository
Comparison SummarySummary:
|
+l1 |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR resolves the issue reported here: cms-l1t-offline#1097
Namely it fixes the generator level vertex to use the SimVertex collection (from Geant4 SimHits).
PR validation:
This PR passes the following checks:
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 is a port of cms-l1t-offline#1252 to the L1T offline branch