-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add time info to Run3ScoutingHBHERecHit #49715
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 time info to Run3ScoutingHBHERecHit #49715
Conversation
…roducer accordingly
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49715/47297
|
|
A new Pull Request was created by @patinkaew for master. It involves the following packages:
@Dr15Jones, @Martin-Grunewald, @cmsbuild, @makortel, @mmusich, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
test parameters:
|
|
@cmsbuild, please test |
|
+1 Size: This PR adds an extra 44KB to repository Comparison SummarySummary:
|
|
type hlt-integration |
|
+hlt |
|
I think in the read part of the test the default expected HBHERecHit class version
should be updated to 4 so that the new functionality gets tested in cmssw/DataFormats/Scouting/test/TestRun3ScoutingFormats.sh Lines 7 to 9 in c8746be
(then a new test file would be needed after the next 16_1_X prerelease, but we should open an issue about that to remind us) |
|
@patinkaew please apply the suggestion at #49715 (comment) |
|
Thanks @mmusich. Just as a cross check I want to see the impact of this PR alone. |
|
The code changes themselves look fine. |
|
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
|
Comparison differences are related to #47071 |
|
+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. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
|
for the record, this PR causes a failure in one of the DQM online clients, see log. |
…of the Run3ScoutingHBHERecHit data-format (cms-sw/cmssw#49715)
I followed up at cms-data/DQM-Integration#16 + #49746 |
|
Hi @mmusich, sorry and thank you for taking care of this! |
By the way, since the starting point is a ROOT file, the conversion from ROOT to streamer could be done on the fly by the test, in which case the test input files would not have to be updated for class version changes. |
I'd rather not do that, because there is also an interplay with the HLT menu to be used to convert back from ROOT to streamer, and that might have to be adjusted on a release by release basis. |
This is followed up at #49769 |
PR description:
This PR complements #49702 by adding
timetoRun3ScoutingHBHERecHitformat so updated HCAL TDC time is saved.PR validation:
Passed
scram b runtests use-ibeos.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 is not a backport, but backport to
16_0_Xwill follow for 2026 data-taking.FYI @silviodonato @wang-hui