Navigation Menu

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

Cleanup definition of exotic particles #22615

Merged
merged 2 commits into from Apr 9, 2018

Conversation

civanch
Copy link
Contributor

@civanch civanch commented Mar 14, 2018

Exotic particles are not part of Geant4 particle table. For Geant4 tracking of such particles they should be defined and corresponding physics processes (decay, ionisation...) should be assigned. This is done inside CustomPhysics sub-library, which is cleaned up in this PR:

  1. fixed reading of decay channels from slha data file (end of list of channels was not treated correctly
  2. added protection against double instantiation of G4Decay for an exotic particle
  3. Exclude decays with zero branching ratios
  4. improved LogDebug and LogInfo printouts

Should not affect mainstream MC production.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @civanch (Vladimir Ivantchenko) for master.

It involves the following packages:

SimG4Core/CustomPhysics

@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks.
@makortel 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

@civanch
Copy link
Contributor Author

civanch commented Mar 14, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 14, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26850/console Started: 2018/03/14 18:18

@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-22615/26850/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2477528
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2477351
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1.22000000009 KiB( 21 files compared)
  • Checked 118 log files, 9 edm output root files, 29 DQM output files

@civanch
Copy link
Contributor Author

civanch commented Mar 15, 2018

+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)

@fabiocos
Copy link
Contributor

fabiocos commented Apr 5, 2018

@civanch this change affects the CustomPhysics list, not the standard production one, so it should affect only simulations of exotic final states, am I correct? All the protections look reasonable, was any test done with a generator of some exotic state?

@civanch
Copy link
Contributor Author

civanch commented Apr 5, 2018

@fabiocos , these fixes where done when I was debugging problem with Chagino and Neutralino run provided by exotica group, there were corresponding shla files and their receipt.

@fabiocos
Copy link
Contributor

fabiocos commented Apr 9, 2018

+1

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

4 participants