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

DD4hep: DDTIDAxialCable Algorithm #26604

Merged
merged 10 commits into from May 8, 2019

Conversation

ianna
Copy link
Contributor

@ianna ianna commented May 3, 2019

PR description:

Port of a DDTIDAxialCable algorithm to DD4hep

@vargasa - FYI, the numbers in xml are kind of random. Please, feel free to modify them.

PR validation:

cmsRun DetectorDescription/DDCMS/test/python/testDDTIDAxialCableAlgorithm.py

if this PR is a backport please specify the original PR:

no backport is needed
Screen Shot 2019-05-03 at 12 55 44

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2019

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-26604/9545

  • This PR adds an extra 28KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@ianna
Copy link
Contributor Author

ianna commented May 3, 2019

@smuzaffar - I think anything after a { should be indented to avoid this:

}
} // namespace

@ianna
Copy link
Contributor Author

ianna commented May 3, 2019

@smuzaffar - I don't think this formatting is particularly useful:

-    LogVerbatim("TIDGeom") << "DDTIDAxialCableAlgo test: "
-                        << solid.name()
-                        << " Polycone made of "<< matIn
-                        << " from " << convertRadToDeg(-0.5*width)
-                        << " to " << convertRadToDeg(0.5*width)
-                        << " and with "  << pconZ.size() << " sections ";
-
+    LogVerbatim("TIDGeom") << "DDTIDAxialCableAlgo test: " << solid.name() << " Polycone made of " << matIn << " from "
+                           << convertRadToDeg(-0.5 * width) << " to " << convertRadToDeg(0.5 * width) << " and with "
+                           << pconZ.size() << " sections ";

as you can see, the lines are too long.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2019

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-26604/9550

  • This PR adds an extra 28KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@ianna
Copy link
Contributor Author

ianna commented May 3, 2019

@smuzaffar - will the code checks be re-triggered? There was a commit just after it started.

@smuzaffar
Copy link
Contributor

look like bot thinks that it has already processed your last commit. I can re-trigger it but you can do it to by adding code-checks comment

@smuzaffar
Copy link
Contributor

code-checks

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-26604/9609

  • This PR adds an extra 32KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/34521/console Started: 2019/05/06 14:41

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

Pull request #26604 was updated. @civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 6, 2019

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 33
  • DQMHistoTests: Total histograms compared: 3211964
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3211759
  • DQMHistoTests: Total skipped: 204
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 32 files compared)
  • Checked 137 log files, 14 edm output root files, 33 DQM output files

@cvuosalo
Copy link
Contributor

cvuosalo commented May 7, 2019

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented May 7, 2019

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 May 8, 2019

+1

@cmsbuild cmsbuild merged commit 0a028bd into cms-sw:master May 8, 2019
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