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

Fix filter logic error: redundant produce (92X) #19217

Merged
merged 2 commits into from Jun 15, 2017

Conversation

afiqaize
Copy link
Contributor

Hi,

This commit is to fix the logic error in the filter. Otherwise it gives [1]. Probably escaped attention as this filter isn't in use in the current menu.

Cheers,
Afiq

[1]
----- Begin Fatal Exception 13-Jun-2017 17:32:55 CEST-----------------------
An exception of category 'LogicError' occurred while
[0] Constructing the EventProcessor
[1] Constructing module: class=HLTEgammaGenericQuadraticEtaFilter label='hltEle27WPTight1HEFilter'
Exception Message:
Duplicate Product The produced product Branch Type = Event
Process Name = MYHLT
ModuleLabel = hltEle27WPTight1HEFilter
Branch ID = 1294368331
Class Name = trigger::TriggerFilterObjectWithRefs
Friendly Class Name = triggerTriggerFilterObjectWithRefs
Product Instance Name =
is registered more than once.
Please remove the redundant 'produces' call(s).
----- End Fatal Exception -------------------------------------------------

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @afiqaize (Afiq Anuar) for master.

It involves the following packages:

HLTrigger/Egamma

@Martin-Grunewald, @silviodonato, @cmsbuild, @fwyzard, @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

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 14, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20563/console Started: 2017/06/14 13:30

@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-19217/20563/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: 1817624
  • DQMHistoTests: Total failures: 19750
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1797708
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 DQM output files

@fwyzard
Copy link
Contributor

fwyzard commented Jun 14, 2017

@cmsbuild please test

@@ -91,7 +91,7 @@ HLTEgammaGenericQuadraticEtaFilter::HLTEgammaGenericQuadraticEtaFilter(const edm
}

//register your products
produces<trigger::TriggerFilterObjectWithRefs>();
//produces<trigger::TriggerFilterObjectWithRefs>();
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove the line instead of commenting it

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 14, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20565/console Started: 2017/06/14 16:34

@cmsbuild
Copy link
Contributor

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

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 14, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20570/console Started: 2017/06/14 17: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-19217/20570/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: 1817590
  • DQMHistoTests: Total failures: 19755
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1797669
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 DQM output files

@fwyzard
Copy link
Contributor

fwyzard commented Jun 14, 2017

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

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 0aa4df1 into cms-sw:master Jun 15, 2017
@afiqaize afiqaize deleted the egmQuadEtaFix_92x branch June 15, 2017 14:02
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

5 participants