-
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
DAQ - adding DCS validity bitfield for high voltage in FED 1022 #36294
Conversation
…ormation with the unit test
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36294/27005
|
A new Pull Request was created by @smorovic (Srecko Morovic) for master. It involves the following packages:
@jpata, @cmsbuild, @emeschi, @smorovic, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36294/27017
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4f683e/20867/summary.html Comparison SummarySummary:
|
+1 |
+reconstruction
|
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) |
@smorovic DataFormats/OnlineMetaData/test/dump_run000001_event1350583585_fed1022.txt seems like an output file from some test that sneaked in the PR by mistake: if so, please remove |
@perotta, It is needed by the unit test: Similar to another already present file (dump of raw payload of the FED): |
+1 |
DCS HV validity field added to the DCSRecord for discerning if information was available to the data reader.
PR validation:
Added a unittest with the FED dump containing the new format. Test was set to require status seen in the application creating the payload, and it passes.
The whole chain (input source, unpacker) was also tested on the raw file from a cosmic run (with DCS v1 only).