-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Added more ZDC functionality to DQM #46478
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46478/42334 |
A new Pull Request was created by @cfmcginn for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
DQM/Integration/python/clients/hcal_dqm_sourceclient-live_cfg.py
Outdated
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46478/42338 |
Pull request #46478 was updated. @antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please check and sign again. |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
@@ -9,24 +9,83 @@ | |||
*/ | |||
|
|||
#include "DQM/HcalCommon/interface/ElectronicsMap.h" | |||
#include "DQM/HcalTasks/interface/DigiTask.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this be alpha-ordered?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears this is also an unnecessary header, and is removed
#include "DQM/HcalCommon/interface/Constants.h" | ||
#include "FWCore/Framework/interface/Event.h" | ||
#include "FWCore/Framework/interface/MakerMacros.h" | ||
#include "FWCore/Framework/interface/one/EDAnalyzer.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appears not needed - removed in latest commit
|
||
class ZDCQIE10Task : public DQMEDAnalyzer { | ||
#include "FWCore/ServiceRegistry/interface/Service.h" | ||
#include "CommonTools/UtilAlgos/interface/TFileService.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unneeded - removed in latest commit
process.hcalDigis.InputLabel = rawTag | ||
process.emulTPDigisNoTDCCut = process.emulTPDigis.clone( | ||
parameters = cms.untracked.PSet( | ||
ADCThresholdHF = cms.uint32(255), | ||
TDCMaskHF = cms.uint64(0xFFFFFFFFFFFFFFFF) | ||
) | ||
) | ||
process.HcalTPGCoderULUT.LUTGenerationMode = False | ||
process.HcalTPGCoderULUT.LUTGenerationMode = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this ultimately really needed given the answer at https://github.com/cms-sw/cmssw/pull/46407/files#r1804677477 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reverted to false, ZDC channels were now added to HcalL1TriggerObjects, fixing the need to set this to true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can make the reversion to False requested, but I would like to also understand the failed check first and fix everything in one go - if I click through on the error details I can't actually navigate the page after to find anything. Any guidance on where to look to fix this failed check is appreciated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to also understand the failed check first and fix everything in one go
nothing failed, these were transient das errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! Apologies, I did not understand that - I will revert to False
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted to false in latest commit
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46478/42361 |
Pull request #46478 was updated. @antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
If useful, just want to note that to run the offline test command
I have to make some changes to the python (things we have reverted like specifying the candidate global tag), but with the latest commits removing all the headers it still runs and produces what appears to be reasonable output |
+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 now be reviewed by the release team before it's merged. @mandrenguyen, @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is to replace existing, closed PR here: #45948
The PR adds to the DQM for ZDC specific histograms, via ZDCQIE10Task
This PR is updated relative to the closed previous PR, mostly fixing build issue, retitling some histograms, and updating python such that emulated ZDC sums fill. Another PR exists where it is rebased to 14_1_X for backport, currently open here #46407.
PR validation:
The PR is tested in CMSSW_14_2_X_2024-10-20-0000, after running a merge-topic to incorporate the PR into a fresh area
scram b ran successfully, validating the build
Following test command produces the expected output:
under the upload directory, if using the offline candidate GT. Inspected histograms inside the DQM file appear reasonable for ZDC sums.
In addition, the following set of commands are run
scram b runtests
scram build code-checks
scram build code-format
code-checks revealed no issues, code-format offered no suggestions. runtests had multiple failures, detailed below - however, every failure existed already with runtests in a fresh area, and matches the set of failures documented already in the backport. As such, it is unclear the failures are the result of the PR
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:
As mentioned above, this PR is to replace the closed PR #45948, and is paired to the backport to CMSSW_14_1_X, found here #46407