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

Add muon filter sequence #20209

Merged
merged 4 commits into from Aug 26, 2017
Merged

Add muon filter sequence #20209

merged 4 commits into from Aug 26, 2017

Conversation

kskovpen
Copy link
Contributor

This PR represents a small update to the SIM muon filter implementation (#16849) to make it also available as a sequence. This allows one to use it directly in cmsDriver sequences for official MC production.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @kskovpen (skkywriter) for master.

It involves the following packages:

SimMuon/MCTruth

@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks.
@battibass, @abbiendi, @jhgoh, @calderona, @HuguesBrun, @trocino this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20209/204

@civanch
Copy link
Contributor

civanch commented Aug 18, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 18, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/22387/console Started: 2017/08/18 19:34

@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-20209/22387/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 21323 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2653934
  • DQMHistoTests: Total failures: 119981
  • DQMHistoTests: Total nulls: 21
  • DQMHistoTests: Total successes: 2533743
  • DQMHistoTests: Total skipped: 189
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 14 edm output root files, 26 DQM output files

@civanch
Copy link
Contributor

civanch commented Aug 21, 2017

@kskovpen , is the filter active or passive by default?

@kskovpen
Copy link
Contributor Author

@civanch it becomes active once it is called by FILTER:SimMuon/MCTruth/SimMuFilter_cfi.SimMuFiltSeq in cmsDriver

@civanch
Copy link
Contributor

civanch commented Aug 21, 2017

@kskovpen , i see many differences in comparison have they any relation to this PR?

@kskovpen
Copy link
Contributor Author

@civanch Could you please point me to one of the problematic plots ? In principle, this one line addition should be totally harmless. This filter module is not used by other modules in CMSSW.

@civanch
Copy link
Contributor

civanch commented Aug 21, 2017

@kskovpen
Copy link
Contributor Author

Thanks. To my knowledge, this PR can not affect anything.

@civanch
Copy link
Contributor

civanch commented Aug 21, 2017

please test


from SimMuon.MCTruth.SimMuFilter_cfi import SimMuFilter

SimMuFilter.nMuSel = 2
Copy link
Contributor

Choose a reason for hiding this comment

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

hi @kskovpen - to change parameters of a module, you need to clone it ( to avoid conflicts).
eg,
SimMuFilter2Mu = SimMuFilter.clone()
SimMuFilter2Mu.nMuSel=2

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

Pull request #20209 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20209/299

@civanch
Copy link
Contributor

civanch commented Aug 24, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 24, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/22474/console Started: 2017/08/24 19:54

@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-20209/22474/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2653934
  • DQMHistoTests: Total failures: 204
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2653541
  • DQMHistoTests: Total skipped: 189
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 14 edm output root files, 26 DQM output files

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