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

Improve Simtrack to GEM/CSC digi and stub matching (CCLUT-4.5) #29830

Merged
merged 4 commits into from May 27, 2020
Merged

Improve Simtrack to GEM/CSC digi and stub matching (CCLUT-4.5) #29830

merged 4 commits into from May 27, 2020

Conversation

dildick
Copy link
Contributor

@dildick dildick commented May 13, 2020

PR description:

While debugging the CCLUT algorithm (for Run-3 CSC), I noticed a few bugs:

  • The CSC half-strip stagger needs to undone before saving the half-strips in the CLCT object
  • Several classes under Validation/Muon* need to clear the matched hit collections before doing the simtrack-to-hit matching.
  • The matching of simtrack-to-CLCT is now based on checking the number of exact half-strip matching in each layer (>= 3 in total). Previously it was purely based on the match to the key half-strip.
  • The class CSCComparatorDigiFitter is redundant and can be deleted.

PR validation:

Tested in CMSSW_11_1_0_pre6 using events in the Run-3 MC data set /JPsiToMuMu_Pt0to100-pythia8_TuneCP5-gun/Run3Winter20DRMiniAOD-DRFlatPU30to80_110X_mcRun3_2021_realistic_v6-v2/GEN-SIM-RAW

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-29830/15361

  • This PR adds an extra 52KB to repository

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.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29830/15362

  • This PR adds an extra 52KB 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
Validation/MuonCSCDigis
Validation/MuonGEMDigis
Validation/MuonHits

@benkrikler, @kmaeshima, @schneiml, @andrius-k, @cmsbuild, @rekovic, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks.
@valuev, @jshlee, @ptcox, @Martin-Grunewald this is something you requested to watch as well.
@silviodonato, @dpiparo you are the release manager for this.

cms-bot commands are listed here

@jfernan2
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 14, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/6293/console Started: 2020/05/14 10:49

@cmsbuild
Copy link
Contributor

-1

Tested at: d5a9b13

CMSSW: CMSSW_11_1_X_2020-05-13-2300
SCRAM_ARCH: slc7_amd64_gcc820
You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d0bf8/6293/summary.html

I found follow errors while testing this PR

Failed tests: RelVals

  • RelVals:

When I ran the RelVals I found an error in the following workflows:
136.88811 step2

runTheMatrix-results/136.88811_RunJetHT2018D_reminiaodUL+RunJetHT2018D_reminiaodUL+REMINIAOD_data2018UL+HARVEST2018_REMINIAOD_data2018UL/step2_RunJetHT2018D_reminiaodUL+RunJetHT2018D_reminiaodUL+REMINIAOD_data2018UL+HARVEST2018_REMINIAOD_data2018UL.log

@cmsbuild
Copy link
Contributor

Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped)

@cmsbuild
Copy link
Contributor

+1
Tested at: d5a9b13
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d0bf8/6393/summary.html
CMSSW: CMSSW_11_1_X_2020-05-18-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-6d0bf8/6393/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 35
  • DQMHistoTests: Total histograms compared: 2694466
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2694416
  • DQMHistoTests: Total skipped: 49
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 34 files compared)
  • Checked 150 log files, 16 edm output root files, 35 DQM output files

@jfernan2
Copy link
Contributor

+1

@silviodonato
Copy link
Contributor

do you have any comments @rekovic ?

@rekovic
Copy link
Contributor

rekovic commented May 27, 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
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit ca1e6cb into cms-sw:master May 27, 2020
@dildick dildick deleted the from-CMSSW_11_1_X_2020-05-13-1100-CCLUT-debugging branch May 28, 2020 04:14
@dildick dildick changed the title Improve Simtrack to GEM/CSC digi and stub matching Improve Simtrack to GEM/CSC digi and stub matching (CCLUT-4.5) Jul 9, 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.

None yet

6 participants