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

[L1T][DQMOffline] CaloJets -> PFJets for L1T Offline DQM #23458

Merged
merged 2 commits into from
Jun 6, 2018

Conversation

kreczko
Copy link
Contributor

@kreczko kreczko commented Jun 4, 2018

The second part of https://its.cern.ch/jira/browse/CMSLITDPG-588.
Replaces caloJets with pfJets (with TightLepVeto as per https://twiki.cern.ch/twiki/bin/view/CMS/JetID13TeVRun2017).

Part 3 (PFMetNoMu) and Part 4 (minor fixes) will follow shortly.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

A new Pull Request was created by @kreczko (Luke Kreczko) for master.

It involves the following packages:

DQMOffline/L1Trigger

@cmsbuild, @vazzolini, @kmaeshima, @dmitrijus, @nsmith-, @rekovic, @jfernan2, @thomreis, @vanbesien can you please review it and eventually sign? Thanks.
@thomreis, @rociovilar 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

completeSelection = 'et > 30 && (' + ' || '.join([centralJetSelection, withinTrackerSelection,
forwardJetSelection, veryForwardJetSelection]) + ')'

goodPFJetsForL1T = cms.EDFilter(
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this filter creating a new collection with selected PF jets (then it should rather be an EDProducer) or is it just filtering events based on the PF jet selection?
If this filter is filtering events based on the PF jet selection it needs to be in a separate path since otherwise the other offline analysis will be biased by the PF jet selected dataset.

I did not see goodPFJetsForL1T in any sequence except the testing one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

PFJetSelector is an existing EDFilter that will produce a new collection.

goodPFJetsForL1T is added to the process when the DQM module is imported so CMSSW unscheduled processing should pick it up (that's what consumes should take care off).
The only reason I added it to the test config is that I did not want to change to unscheduled mode (many changes).

Of course, this assumes that DQM nowadays runs in unscheduled mode (AFAIK all official modules should).

Copy link
Contributor

Choose a reason for hiding this comment

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

You are right. Thanks for the clarification.

@thomreis
Copy link
Contributor

thomreis commented Jun 4, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28436/console Started: 2018/06/04 17:01

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

Comparison job queued.

@thomreis
Copy link
Contributor

thomreis commented Jun 4, 2018

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 31
  • DQMHistoTests: Total histograms compared: 2902462
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2902270
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -0.018 KiB( 30 files compared)
  • DQMHistoSizes: changed ( 1330.0 ): -0.018 KiB L1T/L1TObjects
  • Checked 128 log files, 14 edm output root files, 31 DQM output files

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2018

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

fabiocos commented Jun 6, 2018

+1

@cmsbuild cmsbuild merged commit e04b81b into cms-sw:master Jun 6, 2018
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.

5 participants