-
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
Correct v4 for mixed 9-10 eta partition geometry #2258
Correct v4 for mixed 9-10 eta partition geometry #2258
Conversation
A new Pull Request was created by @dildick (Sven Dildick) for CMSSW_6_2_X_SLHC. Correct v4 for mixed 9-10 eta partition geometry It involves the following packages: Geometry/GEMGeometry @civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @nclopezo, @Degano, @ktf can you please review it and eventually sign? Thanks. |
@dildick - I would not mess with geometry scenarios at customization stage. It is better to use a correct --geometry option instead. Which one of the scenarios needs this customization? |
This file is to customize the GE11 geometry on top of the 2019 or 2023 scenarios. Otherwise I would have to do a lot of copying to get all prototypes available via the "--geometry" option. I use it mainly for testing purposes anyway. I you prefer not to have this "expert" option, then I'll only keep it in my private CMSSW. |
+1 @dildick - as long as it is for pilot geometry test, it's ok. However, a correct scenario will have to be in place when a relval production is requested. As soon as the scenarios are in a GT, this customization will not work. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_6_2_X_SLHC IBs unless changes or unless it breaks tests. @andersonjacob, @mark-grimes can you please take care of it? |
Of course, once the geometry is finalized, I'll clean it up (probably after TDR/TP). |
Pull request #2258 was updated. @civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @nclopezo, @Degano, @ktf can you please check and sign again. |
This PR will be closed. Additional RPC updates for Muon Phase-II will be built on top in a new branch. |
'Geometry/MuonCommonData/data/v2/csc.xml', | ||
'Geometry/MuonCommonData/data/v2/mfshield.xml', | ||
'Geometry/MuonCommonData/data/v7/mfshield.xml', | ||
'Geometry/MuonCommonData/data/v7/me0.xml', |
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.
@dildick - it could be that ME0 is a bit premature here, I think Hcal will overlap with it.
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.
Ok. I'll revert this one, so piet has a clean starting point.
-1 SyntaxError: ('invalid syntax', ('src/Geometry/GEMGeometry/python/gemGeometryCustoms.py', 12, 18, 'def custom_GE11_9-10partitions_v1(process):\n')) gmake[1]: **\* [CompilePython] Error 1 gmake[1]: Leaving directory `/build/cmsbuild/jenkins-workarea/workspace/ib-integration-CMSSW_6_2_X_SLHC-slc5_amd64_gcc472/CMSSW_6_2_X_SLHC_2014-01-31-0200' gmake: **\* [src] Error 2 gmake: **\* [There are compilation/build errors. Please see the detail log above.] Error 2 you can see the results of the tests here: |
@cmsbuild It's fixed. Can you check it? |
Pull request #2258 was updated. @civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @nclopezo, @Degano, @ktf can you please check and sign again. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_6_2_X_SLHC IBs unless changes (tests are also fine). @andersonjacob, @mark-grimes can you please take care of it? |
merge 3300, 4100, 4400, 40001, 50002, 60002, 4502, 4500 and 5001 pass 3400 and 15001 fail in harvesting - known error introduced by #2265 3400 with combinedCustoms.cust_2019WithGem passes, although expected it to fail as for #2250. Log looks fine, not sure why. gemCustoms must pull in the required changes directly although looking at the diff it doesn't appear to. |
Correct v4 for mixed 9-10 eta partition geometry
No description provided.