-
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
Monitor quality of unpacked FED data with a dedicated SoA #47451
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47451/43862 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
assign hgcal-dpg |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47451/43864 |
New categories assigned: hgcal-dpg @cseez,@felicepantaleo,@pfs,@rovere you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Pull Request was created by @pfs for master. It involves the following packages:
@Moanwar, @civanch, @cmsbuild, @cseez, @felicepantaleo, @jfernan2, @kpedro88, @mandrenguyen, @mdhildreth, @pfs, @rovere, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Size: This PR adds an extra 36KB to repository Comparison SummarySummary:
|
assign heterogeneous |
cee428a
to
5e9be3b
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47451/43925 |
Pull request #47451 was updated. @Moanwar, @civanch, @cmsbuild, @cseez, @felicepantaleo, @fwyzard, @jfernan2, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @pfs, @rovere, @srimanob, @subirsarkar can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 32KB to repository Comparison SummarySummary:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47451/43930 |
Pull request #47451 was updated. @Moanwar, @civanch, @cmsbuild, @cseez, @felicepantaleo, @fwyzard, @jfernan2, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @pfs, @rovere, @srimanob, @subirsarkar can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
PR description:
In recent data taking with HGCAL system validation we have experienced data corruption at FED level. While this may be somehow expected in this early stage of commissioning / construction it's worthwhile having in release some monitoring for when this happens.
In addition the HGCAL unpacker was already filling a series of "quality flags" which were not propagated elsewhere and could not be monitored.
In this PR we introduce a new SoA
DataFormats/HGCalDigi/interface/HGCalFEDPacketInfoSoA.h
which is filled with basic flags that indicate whether the data is normal or as errors. The SoA is expected to be furthermore useful in developing a fast error DQM for HGCAL system validation setupsPR validation:
This PR has been validated with real data acquired with a six module stand. Should not have any impact on the CMSSW simulation or data workflows for the time being.
@IzaakWN @yulunmiao @hqucms