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

Store comparator hits in the CLCT (CCLUT-4) #29233

Merged
merged 4 commits into from
Apr 14, 2020
Merged

Store comparator hits in the CLCT (CCLUT-4) #29233

merged 4 commits into from
Apr 14, 2020

Conversation

dildick
Copy link
Contributor

@dildick dildick commented Mar 18, 2020

PR description:

This PR saves the comparator hits that were used to build a CLCT in a ComparatorContainer. (Similar to how a CSCSegment has access to the CSCRecHit2Ds.) The relevant change is in function patternFinding, which called for both the trigger and the pre-trigger. This function now also identifies all hits that were part of a particular pattern. An intermediate pattern map keeps track of all comparator hits, for each key half-strip and for each pattern Id. Ultimately, only the comparator hits for the best pattern are stored in the CLCT.

No changes to the actual trigger logic have been made. No changes are expected in the output.

PR validation:

Tested with WF 22034.0.

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

N/A

@tahuang1991

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29233/14262

  • This PR adds an extra 28KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @dildick (Sven Dildick) for master.

It involves the following packages:

L1Trigger/CSCTriggerPrimitives

@cmsbuild, @rekovic, @benkrikler can you please review it and eventually sign? Thanks.
@valuev, @ptcox, @Martin-Grunewald this is something you requested to watch as well.
@davidlange6, @silviodonato, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@dildick
Copy link
Contributor Author

dildick commented Mar 19, 2020

Hi, can someone initiate the tests please?

@smuzaffar
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 19, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5274/console Started: 2020/03/19 16:37

@cmsbuild
Copy link
Contributor

+1
Tested at: 2d0bee0
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a28fcb/5274/summary.html
CMSSW: CMSSW_11_1_X_2020-03-18-2300
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a28fcb/5274/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: 2692437
  • DQMHistoTests: Total failures: 74
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2692044
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@dildick
Copy link
Contributor Author

dildick commented Mar 19, 2020

There are some failures in the L1T and L1TEMU directories, none in the CSC directory. Not sure where those failures are coming from, but they are not related to this PR.

@dildick
Copy link
Contributor Author

dildick commented Apr 1, 2020

@rekovic Do you have any more questions on this pull request?

@silviodonato
Copy link
Contributor

do you have other comments @rekovic ?

@dildick dildick changed the title Store comparator hits in the CLCT pattern (CCLUT-4) Store comparator hits in the CLCT (CCLUT-4) Apr 1, 2020
@silviodonato
Copy link
Contributor

@rekovic ?

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29233/14676

  • This PR adds an extra 32KB to repository

@cmsbuild
Copy link
Contributor

Pull request #29233 was updated. @cmsbuild, @rekovic, @benkrikler can you please check and sign again.

@rekovic
Copy link
Contributor

rekovic commented Apr 14, 2020

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 14, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5691/console Started: 2020/04/14 18:12

@cmsbuild
Copy link
Contributor

+1
Tested at: 4b2c81e
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a28fcb/5691/summary.html
CMSSW: CMSSW_11_1_X_2020-04-14-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2696435
  • DQMHistoTests: Total failures: 14
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2696102
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@rekovic
Copy link
Contributor

rekovic commented Apr 14, 2020

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

@silviodonato silviodonato changed the title Store comparator hits in the CLCT (CCLUT-4) [L1Trigger/CSCTriggerPrimitives] Store comparator hits in the CLCT (CCLUT-4) Apr 14, 2020
@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit e7bceb9 into cms-sw:master Apr 14, 2020
@dildick dildick deleted the from-CMSSW_11_1_X_2020-03-18-1100-store-comp-hits-clct-pattern branch April 15, 2020 20:22
@dildick dildick changed the title [L1Trigger/CSCTriggerPrimitives] Store comparator hits in the CLCT (CCLUT-4) Store comparator hits in the CLCT (CCLUT-4) Jun 19, 2020
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.

5 participants