-
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
Ecal phisym run3 workflow #36988
Ecal phisym run3 workflow #36988
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36988/28374
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36988/28375
|
A new Pull Request was created by @simonepigazzini for master. It involves the following packages:
@cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@mariadalfonso this is follows #36902 |
Calibration/EcalCalibAlgos/plugins/EcalPhiSymRecHitProducers.cc
Outdated
Show resolved
Hide resolved
Calibration/EcalCalibAlgos/plugins/EcalPhiSymRecHitProducers.cc
Outdated
Show resolved
Hide resolved
@thomreis @francescobrivio the last commit should implement all the changes you requested. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36988/28395
|
@cmsbuild please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours.
Comparison SummaryThere are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-70bdfe/23301/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+1
|
Ciao @francescobrivio , I think relval is a good idea, we can add them in a second PR. Backport might be good to have for testing, I need to refresh myself how to do that, it should be straight forward since the package hasn't change in a long time. |
@cms-sw/orp-l2 ok given the comments in #36988 (comment) and #36988 (comment) this PR can be merged. |
+1 |
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 be automatically merged. |
PR description:
EndRun
andEndLuminosityBlock
producer, a base classprovides the common methods. The producers are
edm::global
, I ran a basic test to check that the products are identicalwhen running with a single or multiple threads.
edm::SerialTaskQueue
. The documentation available here does not reflect the current interface of the class.At the moment, both the new data formats and the producer have been placed inside Calibration/EcalCalibAlgos. The data formats might be moved somewhere else, either DataFormats/EcalRecHit or a new package under CalibFormats/. I do not have strong opinions, the current option keeps everything "close" and in the same place where the ECALPedestalPCL workflow is. Eventually, we plan to run this workflow at T0 as part of ALCARECO (pending further discussion with AlCa and T0).