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

[HCAL] Mahi for HBHE local reconstruction #21664

Merged
merged 30 commits into from Dec 21, 2017

Conversation

jaylawhorn
Copy link
Contributor

@jaylawhorn jaylawhorn commented Dec 8, 2017

Mahi is an HBHE local reconstruction algorithm intended to (eventually) replace both Method 2 and Method 3.

Documentation can be found here:
2017-12-8-mahi.pdf


In this PR, Mahi is turned off by default. It can be activated in the offline reco chain here https://github.com/jaylawhorn/cmssw/blob/89ea053bb647663fc8ffc342ab2c69c80985de75/RecoLocalCalo/HcalRecProducers/python/HBHEPhase1Reconstructor_cfi.py#L77

and the offline decision is used at HLT here
https://github.com/jaylawhorn/cmssw/blob/89ea053bb647663fc8ffc342ab2c69c80985de75/HLTrigger/Configuration/python/customizeHLTforCMSSW.py#L24

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 8, 2017

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 8, 2017

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-21664/2505

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 8, 2017

A new Pull Request was created by @jaylawhorn (Jay Lawhorn) for master.

It involves the following packages:

HLTrigger/Configuration
RecoLocalCalo/HcalRecAlgos
RecoLocalCalo/HcalRecProducers

@perrotta, @cmsbuild, @silviodonato, @slava77, @Martin-Grunewald, @fwyzard can you please review it and eventually sign? Thanks.
@makortel, @argiro, @Martin-Grunewald, @jalimena, @mariadalfonso, @geoff-smith this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@jaylawhorn jaylawhorn changed the title New HBHE local reconstruction, Mahi [HCAL] Mahi for HBHE local reconstruction Dec 8, 2017
@abdoulline
Copy link

Just would like to suggest cmsDriver command for activating MAHI in RECO
(for possible mentioning in the header of this PR):
--customise-command 'process.hbheprereco.algorithm.useMahi = cms.bool(True) \n'

@@ -17,6 +17,13 @@
# pset.minGoodStripCharge = cms.PSet(refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone'))
# return process

# Add mahi to HCAL local reconstruction
def customiseForXXXXX(process):
Copy link
Contributor

Choose a reason for hiding this comment

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

replace XXXX with 21664

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 8, 2017

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 8, 2017

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-21664/2509

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 8, 2017

Pull request #21664 was updated. @perrotta, @cmsbuild, @silviodonato, @slava77, @Martin-Grunewald, @fwyzard can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Dec 8, 2017 via email

@@ -9,6 +9,35 @@
// Phase 1 HBHE reco algorithm headers
#include "RecoLocalCalo/HcalRecAlgos/interface/SimpleHBHEPhase1Algo.h"

static std::unique_ptr<DoMahiAlgo>
parseHBHEMahiDescription(const edm::ParameterSet& conf)
Copy link
Contributor

Choose a reason for hiding this comment

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

To follow the naming choice of previous methods (M0, M1, M2, M3), at this layer the text should say M4.

@abdoulline
Copy link

abdoulline commented Dec 8, 2017 via email

@slava77
Copy link
Contributor

slava77 commented Dec 8, 2017 via email

@abdoulline
Copy link

abdoulline commented Dec 8, 2017 via email

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Pull request #21664 was updated. @perrotta, @cmsbuild, @silviodonato, @slava77, @Martin-Grunewald, @fwyzard can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Dec 20, 2017

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 20, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/25211/console Started: 2017/12/20 18: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-21664/25211/summary.html

@slava77 comparisons for the following workflows were not done due to missing matrix map:

  • /build/cmsbld/jenkins-workarea/workspace/compare-root-files-short-matrix/results/JR-comparison/PR-21664/1325.7_TTbar_13_94XNanoAODINPUT+TTbar_13_94XNanoAODINPUT+NANOEDMMC2017

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 14219 differences found in the comparisons
  • DQMHistoTests: Total files compared: 27
  • DQMHistoTests: Total histograms compared: 2832934
  • DQMHistoTests: Total failures: 9471
  • DQMHistoTests: Total nulls: 30
  • DQMHistoTests: Total successes: 2823255
  • DQMHistoTests: Total skipped: 178
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.900000000001 KiB( 23 files compared)
  • Checked 113 log files, 9 edm output root files, 27 DQM output files

@slava77
Copy link
Contributor

slava77 commented Dec 20, 2017

+1

for #21664 b4ded0f

  • new local reco algorithm for HBHE to replace the minuit-based M2. The algo is on by default for offline
  • jenkins tests pass and comparisons with baseline are consistent with changes in offline HBHE and propagate downstream
    • there are no differences in eaux, which confirms that the results of M3 have not changed
  • local tests show reasonable behavior of higher level quantities, see the summary in [HCAL] Mahi for HBHE local reconstruction #21664 (comment)

@Martin-Grunewald
Copy link
Contributor

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

@davidlange6
Copy link
Contributor

merge

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