-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
debugged MaterialBudgetAction and runP_*_cfg.py #13434
debugged MaterialBudgetAction and runP_*_cfg.py #13434
Conversation
…e saved and material budget plots can be produced
A new Pull Request was created by @friccita (Francesca Ricci-Tam) for CMSSW_8_1_X. It involves the following packages: Validation/Geometry @civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @deguio, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
I have updated the pull request by changing the default geometry loaded in runP_*_cfg.py to the Phase I (2017) geometry rather than the 2015 geometry. This is just to make things more convenient for the groups who will use this package for studying the Phase I geometry and material budget description (which will be the primary use for this package in the next year or so). |
please test |
The tests are being triggered in jenkins. |
+1 |
@deguio , this PR is a simple clean-up allowing to run tracker material budget checks. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
process.load("Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi") | ||
process.load("Geometry.HcalCommonData.hcalParameters_cfi") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, it would have been more efficient just to use the full geometry cffs. Since it is important for this pull request to go through so that the functional material budget validation package can become officially available, I propose to make this simple fix (which has essentially a cosmetic effect and doesn't affect the functioning of the code itself) in a separate pull request.
debugged MaterialBudgetAction and runP_*_cfg.py
These changes consist of debugging the material budget validation package in Validation/Geometry, which was found to be malfunctioning in CMSSW_8_X_Y. Modifications: