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

Further preparations of deep tau ID for hlt phase2 (backport to CMSSW_11_2_X) #32832

Conversation

swozniewski
Copy link
Contributor

@swozniewski swozniewski commented Feb 5, 2021

PR description:

Backports #32676 and #32838 in order to have a consistent setup for phase2 HLT DeepTauID developments from CMSSW_11_1_X on (together with another backport #32831 to 11_1_X).

PR validation:

Automatically cherry-picked commits from original PR. No particular validation done again.

veelken and others added 18 commits February 5, 2021 18:17
- added option to save all input variables to JSON file (this feature allows to compare the input variables in C++ vs python/during the DeepTau training)
…x for accessing the grid of low-level variables
…d" to true

in ParameterSet description (true restores the old behaviour of the code)
…147)

* Change default values of number of hits variables to not be negative.… …

* Use case in getPuppiWeight, remove unnecessary lines and run code checks

* Update puppiweights and remove default_value from deeptau v2 related code

* Add newline
@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 5, 2021

A new Pull Request was created by @swozniewski for CMSSW_11_2_X.

It involves the following packages:

RecoTauTag/RecoTau

@perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@slava77
Copy link
Contributor

slava77 commented Feb 5, 2021

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 5, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e6ea02/12742/summary.html
COMMIT: 6644452
CMSSW: CMSSW_11_2_X_2021-02-05-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32832/12742/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
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2528845
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2528822
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 35 files compared)
  • Checked 151 log files, 37 edm output root files, 36 DQM output files

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 5, 2021

This pull request is fully signed and it will be integrated in one of the next CMSSW_11_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_3_X is complete. 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)

@slava77
Copy link
Contributor

slava77 commented Feb 6, 2021

I removed the +1 until #32837 is resolved or understood as unrelated

@@ -1013,11 +1039,19 @@ namespace {
int getPhiTensorIndex(const CellIndex& cellIndex) const { return cellIndex.phi + maxPhiIndex(); }

bool tryGetCellIndex(double deltaEta, double deltaPhi, CellIndex& cellIndex) const {
static auto getCellIndex = [](double x, double maxX, double size, int& index) {
static auto getCellIndex = [this](double x, double maxX, double size, int& index) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
static auto getCellIndex = [this](double x, double maxX, double size, int& index) {
const auto getCellIndex = [this](double x, double maxX, double size, int& index) {

to match #32838

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added backport of #32838 and updated PR description accordingly

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2021

Pull request #32832 was updated. @perrotta, @jpata, @cmsbuild, @slava77 can you please check and sign again.

@perrotta
Copy link
Contributor

perrotta commented Feb 8, 2021

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e6ea02/12759/summary.html
COMMIT: 1b81df6
CMSSW: CMSSW_11_2_X_2021-02-07-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/32832/12759/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
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2528845
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2528810
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.004 KiB( 35 files compared)
  • DQMHistoSizes: changed ( 312.0 ): -0.004 KiB MessageLogger/Warnings
  • Checked 151 log files, 37 edm output root files, 36 DQM output files

@slava77
Copy link
Contributor

slava77 commented Feb 8, 2021

+1

for #32832 1b81df6

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 8, 2021

This pull request is fully signed and it will be integrated in one of the next CMSSW_11_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_3_X is complete. 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)

@qliphy
Copy link
Contributor

qliphy commented Feb 11, 2021

+1

@cmsbuild cmsbuild merged commit 8f24c58 into cms-sw:CMSSW_11_2_X Feb 11, 2021
@mbluj mbluj deleted the CMSSW_11_2_X_tau-pog_deepTauForHLT_phase2_backport branch October 10, 2023 10:18
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