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

TCDS multi-fed support in DAQ and unpacker #30457

Merged
merged 12 commits into from
Aug 14, 2020

Conversation

smorovic
Copy link
Contributor

PR description:

  • FedRawDataInputSource and unpacker will look for TCDS FED ID in the Min-Max range for TCDS (this adds support for MiniDAQ and other setup with TCDS ID which is not 1024).
  • test range parameter added to the Input source to allow other FED ID values in daq3val
  • FRDStreamSource and TCDS unpacker (TCDSRawToDigi) also gains this functionality
  • update to DataFormat/TCDS adding FED ID number to the record.
  • fakeBU can generate TCDS FED payload, GTP FED generator removed. Test scrips now rely on TCDS FED, and include unpacker

PR validation:

Tested with new "fakeBU" FED ID generator (incorporated in automated unit test for this module), manually with sample of raw event (file) and in test HLT-like cluster.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@smorovic smorovic closed this Jun 29, 2020
@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30457/16590

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

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

TCDS unpacker parsing of range of TCDS FEDs.
New DataFormats/TCDS class definition to add FED ID from which
information was sourced
- with tcds generated by default, unit tests and fake FU scripts
require 64 bit event ID and unpacker is included
@cmsbuild
Copy link
Contributor

-code-checks

ERROR: Build errors found during clang-tidy run.

EventFilter/Utilities/src/FedRawDataInputSource.cc:1533:1: error: version control conflict marker in file [clang-diagnostic-error]
<<<<<<< HEAD
^
Suppressed 2805 warnings (2804 in non-user code, 1 with check filters).
--
gmake: *** [config/SCRAM/GMake/Makefile.coderules:128: code-checks] Error 2
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2

@jpata
Copy link
Contributor

jpata commented Aug 4, 2020

Thanks @smuzaffar!

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 4, 2020

+1
Tested at: 4436e05
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6e8823/8539/summary.html
CMSSW: CMSSW_11_2_X_2020-08-03-2300
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 4, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 4, 2020

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6e8823/8539/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2525448
  • DQMHistoTests: Total failures: 11
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2525389
  • DQMHistoTests: Total skipped: 47
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 33 files compared)
  • DQMHistoSizes: changed ( 10224.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 144 log files, 17 edm output root files, 34 DQM output files

@jpata
Copy link
Contributor

jpata commented Aug 4, 2020

+1

  • tests pass with no meaningful differences (differences are from mixing logs)
  • adds a unit test which passes
  • adds a new version of TCDSRecord while keeping the old dictionary

(I have not assessed the DAQ-related code in detail, just reco & digi)

@silviodonato
Copy link
Contributor

do you have any comments @cms-sw/daq-l2 ?

@smorovic
Copy link
Contributor Author

@mommsen @emeschi can you please check and sign if changes are looking good?

@mommsen
Copy link
Contributor

mommsen commented Aug 14, 2020

+1

@smorovic, sorry for the delay.

@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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@smorovic
Copy link
Contributor Author

No problem, thank you.

@qliphy
Copy link
Contributor

qliphy commented Aug 14, 2020

+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.

8 participants