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

[DQM] DT Fixing FEDFatal #36448

Merged
merged 11 commits into from Dec 14, 2021
Merged

[DQM] DT Fixing FEDFatal #36448

merged 11 commits into from Dec 14, 2021

Conversation

jfernan2
Copy link
Contributor

PR description:

This PR fixes DT DQM FEDFatal plot setting a Minumum number of Links/wheel with notOKFlag or TDC fatal errors to consider a FEDfatal event. The proposed threshold value by experts for such events is 15 Links/Wheel

In addtion, this PR:

  • Fixes labels and filling to follow DT uROS/FED mapping
  • Removes obsolete code
  • Brings Online and Offline DTDataIntegirty code into one single file, for future easier maintenance, DQM/DTMonitorModule/interface/DTDataIntegrityUrosOffline.h class is not needed any longer

Some small changes in DT DQM plots are expected

PR validation:

Tested that Online DT DQM client works as expected and runTheMatrix.py -l limited works even in perLSsaving DQM mode

if this PR is a backport please specify the original PR and why you need to backport that PR:

NO backport needed

@jfernan2
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36448/27291

ERROR: Build errors found during clang-tidy run.

DQM/DTMonitorModule/src/DTDataIntegrityTask.cc:656:44: error: comparison of integers of different signs: 'unsigned int' and 'int' [clang-diagnostic-sign-compare]
    for (unsigned int iros = ros - 1; iros < abs(ros + 2); ++iros) {
                                           ^
Suppressed 1693 warnings (1692 in non-user code, 1 with check filters).
--
gmake: *** [config/SCRAM/GMake/Makefile.coderules:129: code-checks] Error 2
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2

@jfernan2
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36448/27293

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@jfernan2
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36448/27331

@cmsbuild
Copy link
Contributor

Pull request #36448 was updated. @emanueleusai, @ahmad3213, @jfernan2, @rvenditti, @pbo0, @pmandrik can you please check and sign again.

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9bc37f/21225/summary.html
COMMIT: 8205cb0
CMSSW: CMSSW_12_3_X_2021-12-13-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/36448/21225/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: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 42
  • DQMHistoTests: Total histograms compared: 3249714
  • DQMHistoTests: Total failures: 20
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 3249671
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 5.569 KiB( 41 files compared)
  • DQMHistoSizes: changed ( 10824.0,... ): 3.786 KiB DT/FEDIntegrity
  • DQMHistoSizes: changed ( 10824.0,... ): -3.415 KiB DT/00-DataIntegrity
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 177 log files, 37 edm output root files, 42 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor Author

+1

@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

+1

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.

None yet

3 participants