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

Changes for new trained regression for UL 2016 - 110X #28466

Merged
merged 5 commits into from Nov 26, 2019

Conversation

jainshilpi
Copy link
Contributor

This is exactly the same as #28422. A new PR is created instead of continuing from there since the there were problems with the history and hence further merging

These changes are essential for making the 2016 UL regression work. After discussion with Sam, I have made these changes (since 2016 uses the old PF cluster regression strategy and old ele/pho regressions codes).
We had to create Modifier_run2_ECAL_2016_cff.py so that the training strategy of 2017 and 2018 could be used here as well.

@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-28466/12902

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jainshilpi for master.

It involves the following packages:

Configuration/Eras
RecoEgamma/EgammaTools
RecoParticleFlow/PFClusterProducer

@perrotta, @kpedro88, @cmsbuild, @franzoni, @slava77, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks.
@mmarionncern, @Sam-Harper, @clelange, @makortel, @felicepantaleo, @riga, @afiqaize, @rovere, @lgray, @Martin-Grunewald, @sobhatta, @seemasharmafnal, @hatakeyamak, @varuns23, @bachtis, @cbernet this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@slava77
Copy link
Contributor

slava77 commented Nov 25, 2019

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 25, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3615/console Started: 2019/11/25 15:43
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3621/console Started: 2019/11/25 16:45

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

recHitsEBLabel = "reducedEcalRecHitsEB",
recHitsEELabel = "reducedEcalRecHitsEE"
particleFlowClusterOOTECAL,
energyCorrector = dict(applyMVACorrections = True, maxPtForMVAEvaluation = 90., srfAwareCorrection = False, recHitsEBLabel = "reducedEcalRecHitsEB", recHitsEELabel = "reducedEcalRecHitsEE")
Copy link
Contributor

Choose a reason for hiding this comment

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

please add linebreak for readability to keep the length within/below 100 chars.

Also, It looks like applyMVACorrections = True is redundant

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi Slava, yes that is right - removed applyMVACorrections = True.

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 3252 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2787584
  • DQMHistoTests: Total failures: 2704
  • DQMHistoTests: Total nulls: 3
  • DQMHistoTests: Total successes: 2784536
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.012 KiB( 33 files compared)
  • DQMHistoSizes: changed ( 136.731 ): -0.012 KiB JetMET/SUSYDQM
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@slava77
Copy link
Contributor

slava77 commented Nov 26, 2019

@cmsbuild please test
it looks like the unit test failure is transient

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 26, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3631/console Started: 2019/11/26 01:34

@cmsbuild
Copy link
Contributor

@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-908743/3631/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 3252 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2787584
  • DQMHistoTests: Total failures: 2704
  • DQMHistoTests: Total nulls: 3
  • DQMHistoTests: Total successes: 2784536
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.012 KiB( 33 files compared)
  • DQMHistoSizes: changed ( 136.731 ): -0.012 KiB JetMET/SUSYDQM
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@slava77
Copy link
Contributor

slava77 commented Nov 26, 2019

+1

for #28466 857cfe1

  • code changes are in line with the PR description and the follow up review
  • jenkins tests pass and comparisons with the baseline show changes only in the 2016 workflows, starting from ECAL cluster corrected energies and then also propagating downstream with additional changes in the egamma objects
  • a follow up update is expected to simplify the run2 configurations for the future releases as described in merge run2_ECAL_201[678] and run2_egamma_201[678] modifiers (separately) for 11X/master  #28482

Based on the discussion in the Nov 26 ORP, this PR is only introducing the configuration changes. There should be a follow up update to the GT to properly complete the update for the 2016 ecal/egamma regressions.

@fabiocos
Copy link
Contributor

+operations

the update of Eras and modifier is coherent with the purpose of the PR

@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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

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

None yet

4 participants