-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add the detector ids to the scouting electron and photon collection for Run 3 #36990
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36990/28378
|
|
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 |
missirol
left a comment
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 a couple of comments from a first look.
51fcea6 to
5f2405b
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36990/28384
|
|
Pull request #36990 was updated. @Martin-Grunewald, @Dr15Jones, @smuzaffar, @makortel, @cmsbuild, @missirol can you please check and sign again. |
|
please test |
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
|
please test I tested wf |
The failure looks like xrootd timeout (although those shouldn't cause a crash though...) |
|
please abort (let's spare the bot for now)
@arsahasransu , right after the line you added, there are 2 other cases where |
f111e6d to
0cd224f
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36990/28412
|
|
Pull request #36990 was updated. @Martin-Grunewald, @Dr15Jones, @smuzaffar, @makortel, @cmsbuild, @missirol can you please check and sign again. |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0b0091/22518/summary.html Comparison SummarySummary:
|
|
+hlt |
|
+core |
|
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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
The Run 3 Scouting collection for electrons and photons will now have the ECal detector ids corresponding to the energy deposit and time stored earlier. This is done by adding a similar-sized vector of unsigned int datatype. The conversion from CMS datatype DetId to unsigned int is implicit.
PR validation:
This implementation has been cross-checked to correctly store all relevant information. The implicit conversion from DetId to unsigned int has also been verified. I re-ran the scouting path on a small set of events to ensure that there is no error in implementation and that the output that is of interest is stored.
The coding recommendations at http://cms-sw.github.io/cms_coding_rules.html were followed.
The basic test procedure was also successful.