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

HcalUnpacker: don't unpack uMNIO digi again as QIE11 digi #19562

Merged
merged 1 commit into from Jul 7, 2017

Conversation

DryRun
Copy link
Contributor

@DryRun DryRun commented Jul 5, 2017

A continue statement is needed to prevent the uMNIO digi from being unpacked again as a QIE11 digi. This has been causing warnings and early termination of the unpacking, as the uMNIO digi has a different number of samples from the QIE11 digis.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2017

A new Pull Request was created by @DryRun (David Yu) for master.

It involves the following packages:

EventFilter/HcalRawToDigi

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

cms-bot commands are listed here

@DryRun DryRun changed the title Don't unpack uMNIO digi again as QIE11 digi HcalUnpacker: don't unpack uMNIO digi again as QIE11 digi Jul 5, 2017
@perrotta
Copy link
Contributor

perrotta commented Jul 5, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21172/console Started: 2017/07/05 11:36

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2017

Comparison job queued.

@perrotta
Copy link
Contributor

perrotta commented Jul 5, 2017

@DryRun : could you please provide some/one example of the issue you want to fix? Is it anything that can be seen in the IB tests logs?

@abdoulline
Copy link

@perrotta

There were many reports, here is one of them from Sam Harper on Monday:
<...>

run 297620, certified as good for HCAL, LS ~60
setup:

hltGetConfiguration orcoff:/cdaq/physics/Run2017/2e34/v1.2.3/HLT/V3 --data
--full --offline --no-output --globaltag 92X_dataRun2_HLT_v4 --unprescale >
hlt_2e34_v1p2p3_V3.py

CMSSW_9_2_3_patch2
these were the settings it was taken with at P5.

Error message: extremely frequent (possibly every event)

%MSG-e Invalid Data: HcalRawToDigi:hltHcalDigis 03-Jul-2017 12:40:05 BST
Run: 297620 Event: 46996867
QIE11 Collection has 10 samples per digi, raw data has 6!
%MSG

<...>

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2017

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 22
  • DQMHistoTests: Total histograms compared: 1785410
  • DQMHistoTests: Total failures: 14520
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1770724
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 DQM output files

@perrotta
Copy link
Contributor

perrotta commented Jul 5, 2017 via email

@abdoulline
Copy link

abdoulline commented Jul 5, 2017 via email

@Sam-Harper
Copy link
Contributor

Here you go:

www.cern.ch/sharper/cms/hcalErrMsg/hcalMsg.py

a file to run over:

www.cern.ch/sharper/cms/hcalErrMsg/DoubleEG_297620_LS60_BABE6E0F-FB5B-E711-9404-02163E014135_200Events.root

so copy both those things in a CMSSW_9_2_4 (or possibly later) area and then cmsRun hcalMsg.py

message produced:
%MSG-e Invalid Data: HcalRawToDigi:hltHcalDigis 06-Jul-2017 17:08:19 BST Run: 297620 Event: 47187415
QIE11 Collection has 10 samples per digi, raw data has 6!
%MSG
Best,
Sam

@abdoulline
Copy link

abdoulline commented Jul 6, 2017 via email

@perrotta
Copy link
Contributor

perrotta commented Jul 7, 2017

Thank you @Sam-Harper : your config misses the setup_dev_CMSSW_9_2_0_GRun_V52_cff, but with some little gymnastic I got it running, at the end

@perrotta
Copy link
Contributor

perrotta commented Jul 7, 2017

+1
The fix does what is expected to do

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 7, 2017

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 requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 3ad8a32 into cms-sw:master Jul 7, 2017
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

6 participants