-
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
Prepare ECAL multifit reconstruction to use different time calibration records - 132x #42845
Prepare ECAL multifit reconstruction to use different time calibration records - 132x #42845
Conversation
A new Pull Request was created by @thomreis (Thomas Reis) for CMSSW_13_2_X. It involves the following packages:
@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type ecal |
backport of #42817 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-db0601/34871/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
I am curious. This implies a change in the HLT reconstruction for the HI data-taking. Is this what the ECAL DPG is foreseeing? |
assign hlt
|
New categories assigned: hlt @mmusich,@missirol,@Martin-Grunewald you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Yes you are right. If possible this is what we would like to have. But apart from an HLT update and a new release it also requires a new matching GT deployed at the same time. So we are aware that this could be difficult to get at this stage. |
we would need some clarifications to understand how to be prepared for this during data-taking. Would you be able to attend today's joint operations meeting at 13.00? |
Yes I will be there. |
+hlt
@cms-sw/alca-l2 please take note of the above. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
For the online DQM during the I run I have created PR #42855 . It should be fine to use the default 13_2_4 release with that PR on top to use the correct tags for the CC timing algorithm using in the online DQM. |
+1 |
PR description:
Adding two ESInputTag parameters to be able to select the record that the timing calibrations and timing offsets are taken from by the multifit algorithm.
This will be needed to support two records of those conditions within a GT.
Having two records in a GT will be required in some cases (e.g. MC GTs) because two different timing algorithms, using two different sets of conditions, run at the HLT and in offline reconstruction.
This PR just adds the capability to specify the record label but no changes to configuration are made and no changes in existing workflows are expected.
PR validation:
Passes limited matrix tests.
Backport of #42817
This backport is needed because the online DQM runs the CC timing algorithm in reconstruction with the HLT GT, which currently contains the ratio timing calibrations for the ratio timing running at the HLT. In the current situation the onine DQM shows bad ECAL timing distributions due to this.
With an additional EcalTimeCalibConstants record added to the HLT GT both algorithms can be given the correct calibrations with the parameters added in this PR.