-
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
Add additional track variables to the Run 3 scouting electron collection for low pT electrons. #41025
Add additional track variables to the Run 3 scouting electron collection for low pT electrons. #41025
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41025/34552
|
A new Pull Request was created by @arsahasransu (A.R.Sahasransu) for master. It involves the following packages:
@Martin-Grunewald, @Dr15Jones, @smuzaffar, @makortel, @cmsbuild, @missirol can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
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.
Please remove "Commit to" from the title of the PR.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41025/34559
|
Pull request #41025 was updated. @Martin-Grunewald, @Dr15Jones, @smuzaffar, @makortel, @cmsbuild, @missirol can you please check and sign again. |
please test |
Is this PR planned to be backported to 13_0_X? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-cd84dc/31204/summary.html Comparison SummarySummary:
|
I assume that's the idea. @arsahasransu , could you please clarify? Also, are there any (other) DataFormat changes for Scouting targeting 13_0_X? @makortel , for what I understand, this change is backward-compatible (it would still be possible to read |
Correct. Adding data members is backwards compatible, and has been done in the past with Run 2 scouting data formats (between data taking years).
Scouting is indeed part of RAW, and is constrained by the same backwards-compatibility guarantees. I think it is clearest to all parties if the updates (including the backports) are done sufficiently before any scouting data will be collected for this year. (technically updates could be done also later, but I'd be very careful with those) From the technical standpoint
|
@missirol @makortel We want the new scouting data to be collected with this new class. I am not sure that implies a backport is required because I am not aware of the version of CMSSW that is going online. However, if this is required, I will create a backport ASAP. |
Pull request #41025 was updated. @Martin-Grunewald, @Dr15Jones, @smuzaffar, @makortel, @cmsbuild, @missirol can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-cd84dc/31341/summary.html Comparison SummarySummary:
|
+hlt
|
Do I understand correctly that you are working to get that test to be run as part of unit tests? |
Yes, but the details of the test are not finalized. The test in #41040 (comment) is basically done, but I need more time if I need to change it according to #41040 (comment) (i don’t necessarily disagree with the suggestion, but i haven’t worked out the details yet). Since this PR implies a new Of course, |
@missirol Given the time constraint I'll rely on your manual validation, under the assumption you'd be able to submit a PR adding the test in the near future. Thanks! |
+core |
unhold |
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
PR description:
-- The PR adds four variables to the Run3 scouting electron collection - pt, eta, phi and chi2/ndof.
-- This is necessary for low-energy electrons in the scouting collection.
-- The dataset format of the scouting output files should be compatible with previous releases.
PR validation:
-- Code validated with privately produced J/PsiToEE MC. Full presentation validated at the scouting meeting Scouting Meeting.
-- Basic code-check and code-formatting done.