Skip to content
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 : correction of a minor bug in a Ecal laser tool #36768

Merged
merged 4 commits into from
Jan 26, 2022

Conversation

depasse
Copy link
Contributor

@depasse depasse commented Jan 21, 2022

PR description:

In Ecal, this tool trasforms a transparency laser ASCII file (created in the laser farm) in a DB sqlite one.

PR validation:

The pgm failed before, in a given configuration. Now it perfectly works. Test done with different input files.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36768/27903

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @depasse for master.

It involves the following packages:

  • CalibCalorimetry/EcalTrivialCondModules (alca)

@cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please review it and eventually sign? Thanks.
@rchatter, @tocheng, @argiro, @thomreis, @simonepigazzini, @mmusich this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@@ -326,7 +326,7 @@ void EcalLaserCondTools::fillDb(CorrReader& r) {
if (iIov <= skipIov_) {
std::cout << "Skipping IOV " << iIov << "\n";
continue;
} else if (processedIovs >= nIovs_) {
} else if (processedIovs >= nIovs_ && nIovs_ >= 0) {
std::cout << "Requested number of IOVs, " << nIovs_ << ", processed.\n";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
std::cout << "Requested number of IOVs, " << nIovs_ << ", processed.\n";
edm::LogPrint("EcalLaserCondTools") << "Requested number of IOVs, " << nIovs_ << ", processed.\n";

@@ -326,7 +326,7 @@ void EcalLaserCondTools::fillDb(CorrReader& r) {
if (iIov <= skipIov_) {
std::cout << "Skipping IOV " << iIov << "\n";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
std::cout << "Skipping IOV " << iIov << "\n";
edm::LogPrint("EcalLaserCondTools") << "Skipping IOV " << iIov << "\n";

@tvami
Copy link
Contributor

tvami commented Jan 21, 2022

type bug-fix

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36768/27920

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

Pull request #36768 was updated. @cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please check and sign again.

@tvami
Copy link
Contributor

tvami commented Jan 22, 2022

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: RelVals-INPUT
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5c7fe/21923/summary.html
COMMIT: 7205c4c
CMSSW: CMSSW_12_3_X_2022-01-21-2300/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/36768/21923/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals-INPUT

  • 4.764.76_ZMuSkim2012D+ZMuSkim2012D+HLTDSKIM2+RECODR1reHLT2+HARVESTDR1reHLT/step2_ZMuSkim2012D+ZMuSkim2012D+HLTDSKIM2+RECODR1reHLT2+HARVESTDR1reHLT.log

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 43
  • DQMHistoTests: Total histograms compared: 3465668
  • DQMHistoTests: Total failures: 5
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 3465640
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 42 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 181 log files, 42 edm output root files, 43 DQM output files
  • TriggerResults: no differences found

@tvami
Copy link
Contributor

tvami commented Jan 22, 2022

+alca

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). 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)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36768/27962

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

Pull request #36768 was updated. @cmsbuild, @malbouis, @tvami, @yuanchao, @francescobrivio can you please check and sign again.

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5c7fe/22021/summary.html
COMMIT: d272015
CMSSW: CMSSW_12_3_X_2022-01-26-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/36768/22021/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 43
  • DQMHistoTests: Total histograms compared: 3449324
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3449296
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 42 files compared)
  • Checked 181 log files, 42 edm output root files, 43 DQM output files
  • TriggerResults: no differences found

@tvami
Copy link
Contributor

tvami commented Jan 26, 2022

Screen Shot 2022-01-26 at 12 40 30

I see this in the Jenkins test, but I dont think it's connected to this PR

@tvami
Copy link
Contributor

tvami commented Jan 26, 2022

+alca

@cmsbuild
Copy link
Contributor

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)

@perrotta
Copy link
Contributor

Screen Shot 2022-01-26 at 12 40 30

I see this in the Jenkins test, but I dont think it's connected to this PR

No. The fix is already merged, and the warning will hopefully disappear after the next IB

@perrotta
Copy link
Contributor

perrotta commented Jan 26, 2022

+1

@cmsbuild cmsbuild merged commit 990b7fc into cms-sw:master Jan 26, 2022
@perrotta
Copy link
Contributor

Sorry, I removed the previous comment (that was intended for another PR instead): no backport is requested for this PR

@depasse depasse deleted the bugEcalLaserTools branch November 9, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants