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

[HGCAL] Introduce SimTracksters linking #35158

Merged
merged 7 commits into from Sep 8, 2021

Conversation

lecriste
Copy link
Contributor

@lecriste lecriste commented Sep 5, 2021

PR description:

This PR:

  • introduces a vector of indexes between the two SimTracksters collections, and store it into the event;
  • improve the assignment of the regressed energy to the SimTracksters;
  • replaces the SimTracksters collection to be used in the corresponding Validation section.

No changes are expected in the output except for the "TSToCP_linking" DQM Validation section.

PR validation:

runTheMatrix -l limited

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 5, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35158/25087

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 5, 2021

A new Pull Request was created by @lecriste (Leonardo Cristella) for master.

It involves the following packages:

  • RecoHGCal/TICL (upgrade, reconstruction)
  • Validation/HGCalValidation (dqm)

@andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @slava77, @jpata, @rvenditti can you please review it and eventually sign? Thanks.
@vandreev11, @sethzenz, @bsunanda, @felicepantaleo, @rovere, @lgray, @cseez, @apsallid, @sobhatta, @pfs, @hatakeyamak, @ebrondol, @clelange this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@AdrianoDee
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 6, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ff9c09/18328/summary.html
COMMIT: 15c89d4
CMSSW: CMSSW_12_1_X_2021-09-05-0000/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/35158/18328/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 3000491
  • DQMHistoTests: Total failures: 684
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2999785
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 38 files compared)
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor

jfernan2 commented Sep 6, 2021

@lecriste are differences like
https://tinyurl.com/yjjearyo
https://tinyurl.com/ygvywqau
expected/understood?

I am confused from your PR description:
"No changes are expected in the output since the Validation section concerned contained already a filter on the input collection objects which screens the replacement in the third bullet above."

@lecriste
Copy link
Contributor Author

lecriste commented Sep 6, 2021

@lecriste are differences like
https://tinyurl.com/yjjearyo
https://tinyurl.com/ygvywqau
expected/understood?

@jfernan2 yes, those differences are expected:

  • lower number of reference truth objects,
  • worse overall metrics.

In a following PR, we will fill the same Validation plots with the sibling SimTracksters collection and the metrics will improve again.

I am confused from your PR description:
"No changes are expected in the output since the Validation section concerned contained already a filter on the input collection objects which screens the replacement in the third bullet above."

I meant that "No changes are expected in the output except for the Validation section concerned", sorry for not being clear. Shall I clarify the PR description?

Copy link
Contributor

@jpata jpata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No reco differences observed, good. I agree that the description might be clarified to mention that the Validation particles in DQM are expected to change.
Minor code comments inline.

RecoHGCal/TICL/plugins/SimTrackstersProducer.cc Outdated Show resolved Hide resolved
RecoHGCal/TICL/plugins/SimTrackstersProducer.cc Outdated Show resolved Hide resolved
RecoHGCal/TICL/plugins/SimTrackstersProducer.cc Outdated Show resolved Hide resolved
@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35158/25107

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2021

Pull request #35158 was updated. @andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @slava77, @jpata, @rvenditti can you please check and sign again.

@AdrianoDee
Copy link
Contributor

please test

@lecriste
Copy link
Contributor Author

lecriste commented Sep 7, 2021

@smuzaffar
Copy link
Contributor

smuzaffar commented Sep 7, 2021

@lecriste I am lookin in to it.

@smuzaffar
Copy link
Contributor

looks like a bug in clang-tidy

clang-tidy -export-fixes foo.yaml -header-filter '/build/muz/tidy/CMSSW_12_1_X_2021-09-06-2300/src/.*'  src/RecoHGCal/TICL/plugins/SimTrackstersProducer.cc                                    1337 warnings generated.
RecoHGCal/TICL/plugins/SimTrackstersProducer.cc:169:13: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty]
        if (result->size() < 1)
            ^~~~~~~~~~~~~~~~~~
            result->->empty()
/cvmfs/cms-ib.cern.ch/nweek-02697/slc7_amd64_gcc900/external/gcc/9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/stl_vector.h:1004:7: note: method 'vector'::empty() defined here
      empty() const _GLIBCXX_NOEXCEPT

I will open a bug report with llvm if it not already there

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ff9c09/18357/summary.html
COMMIT: 5979802
CMSSW: CMSSW_12_1_X_2021-09-06-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/35158/18357/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 3 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 3001001
  • DQMHistoTests: Total failures: 684
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3000295
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 38 files compared)
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor

jfernan2 commented Sep 7, 2021

+1

@AdrianoDee
Copy link
Contributor

+upgrade

  • code changes consistent with the PR description
  • following PR will address the needed changes to restore the metrics in the validation plots (e.g. here)

@jpata
Copy link
Contributor

jpata commented Sep 7, 2021

+reconstruction

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2021

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)

@perrotta
Copy link
Contributor

perrotta commented Sep 8, 2021

+1

@cmsbuild cmsbuild merged commit cab6180 into cms-sw:master Sep 8, 2021
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

7 participants