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

Backport: Light by light modifier PR 103X #27898

Merged

Conversation

rchudasa
Copy link
Contributor

@rchudasa rchudasa commented Aug 29, 2019

PR description:

@slava77 @echapon
This PR is a backport of following PRs.

This PR is submitted to reconstruct low pT photons down to 2 GeV for light by light scattering.

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 29, 2019

A new Pull Request was created by @rchudasa for CMSSW_10_3_X.

It involves the following packages:

Configuration/ProcessModifiers
RecoEcal/EgammaClusterProducers
RecoEgamma/EgammaElectronProducers
RecoEgamma/EgammaIsolationAlgos
RecoEgamma/EgammaPhotonProducers
RecoLocalCalo/Configuration
RecoLocalTracker/Configuration
RecoParticleFlow/PFProducer
RecoParticleFlow/PFTracking
RecoTracker/TkSeedGenerator

@perrotta, @kpedro88, @cmsbuild, @franzoni, @slava77, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks.
@echabert, @felicepantaleo, @jainshilpi, @pieterdavid, @argiro, @Martin-Grunewald, @mschrode, @lgray, @threus, @mmusich, @seemasharmafnal, @mmarionncern, @makortel, @varuns23, @apsallid, @yduhm, @Sam-Harper, @GiacomoSguazzoni, @rovere, @VinInn, @hatakeyamak, @alesaggio, @ebrondol, @dgulhan, @gbenelli, @cbernet, @gpetruc, @bachtis 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

@kpedro88
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 29, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2261/console Started: 2019/08/29 16:50

@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-649856/2261/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 32
  • DQMHistoTests: Total histograms compared: 3203312
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3203114
  • DQMHistoTests: Total skipped: 197
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 31 files compared)
  • Checked 134 log files, 14 edm output root files, 32 DQM output files

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 15, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2944/console Started: 2019/10/15 14:28

@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-649856/2944/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 32
  • DQMHistoTests: Total histograms compared: 3203312
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3203113
  • DQMHistoTests: Total skipped: 197
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 31 files compared)
  • Checked 134 log files, 14 edm output root files, 32 DQM output files

@slava77
Copy link
Contributor

slava77 commented Oct 15, 2019

@rchudasa
please update the PR description to reflect the full list of backports.
Here is what I see, including the merge dates in the master:

@slava77
Copy link
Contributor

slava77 commented Oct 15, 2019

+1

for #27898 4d4f51c

perhaps the most striking is the increase in the number of gedPhotons
all_sign1085VSorig_HIForward2018Ac_recoPhotons_gedPhotons__RECO_obj_et
Here in 103X with this PR and 103X_dataRun2_Prompt_LowPtPhotonReg_v1 we have about 0.68 photons per event, compared to my last test in 11X/master of #28051 using 110X_dataRun2_PromptLike_HI_Candidate_2019_09_30_11_30_43 with 0.53 photons per event (on the same input file). It seems like either some of the egamma calibrations are substantially different or there may be some other differences affecting the yield of photons in the two releases.

Comparing the distributions in the 11X version with 103X, the caloTowers look fairly similar.
It seems like most of the differences are in the endcaps.
Here are a few plots comparing the master version (in black) with this PR (in red)
The EE SC energy shape looks similar
all_CMSSW_10_3_X_2019-10-13-0000-sign1085VSCMSSW_11_0_0_pre10-sign1089-lbl_HIForward2018Ac_log10recoSuperClusters_particleFlowSuperClusterECAL_particleFlowSuperClusterECALEndcapWithPreshower_RECO_obj_energy

EE SC corrected E uncertainty is much larger in 103X
all_CMSSW_10_3_X_2019-10-13-0000-sign1085VSCMSSW_11_0_0_pre10-sign1089-lbl_HIForward2018Ac_log10max1e-5,recoSuperClusters_particleFlowSuperClusterECAL_particleFlowSuperClusterECALEndcapWithPreshower_RECO_obj_correctedEnergyUncertainty

The differences are possibly due to peculiarities in the GTs used in the tests. The GTs are set outside of the reco PRs.

@fabiocos
Copy link
Contributor

+operations

the backport of the Configuration/ProcessModifier update is coherent with the master version

@cmsbuild
Copy link
Contributor

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

@cmsbuild cmsbuild merged commit aea906a into cms-sw:CMSSW_10_3_X Oct 19, 2019
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.

6 participants