-
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
GE21 fix nstrips for 16 eta partition option #31225
Conversation
compared to the 8 eta partition version.
pads are to be built out of strips from adjacent eta partitions.
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31225/17886
|
A new Pull Request was created by @watson-ij (Ian J. Watson) for master. It involves the following packages: Geometry/GEMGeometryBuilder @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@@ -0,0 +1,29 @@ | |||
<?xml version="1.0"?> | |||
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd"> |
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.
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd"> | |
<DDDefinition> |
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.
@ianna Please confirm the long DDDefinition lines are not needed anymore.
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.
Shall I make this change?
Also, I copied and modified this from another version of the GEMSpecs, should we also update these to remove the schemas?
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.
@watson-ij I think these schemas are obsolete and no longer needed. Please change them in this PR or a later one.
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.
Thanks, I'll make the changes in a new PR
@@ -0,0 +1,22 @@ | |||
<?xml version="1.0"?> | |||
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd"> |
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.
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd"> | |
<DDDefinition> |
@@ -111,8 +111,8 @@ | |||
'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml', | |||
'Geometry/CSCGeometryBuilder/data/cscSpecs.xml', | |||
'Geometry/RPCGeometryBuilder/data/2026/v1/RPCSpecs.xml', | |||
'Geometry/GEMGeometryBuilder/data/v7/GEMSpecsFilter.xml', | |||
'Geometry/GEMGeometryBuilder/data/v7/GEMSpecs.xml', | |||
'Geometry/GEMGeometryBuilder/data/v11/GEMSpecsFilter.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.
Right now this change is only put in this test file. Will this be propagated to any official detector configurations?
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.
Yes, Sundanda will make a workflow for the 16-partition GE2/1 geometry. But before he can do that, I need to update the GEM-CSC trigger, EMTF and GEM validation modules to temporarily reject those 16-partition GE2/1 trigger pads until the code is updated.
@cvuosalo Can you please approve this? One can clean up the header later on |
+1 |
+upgrade |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
New version of GEMSpecs which contains the right number of strips for the 16 eta partition option of GE2/1 (half compared to 8 eta partition, same number of pads as they combine strips from adjacent eta partitions). Update the test geometry to build with the new GEMSpecs version.
@bsunanda @dildick
PR validation:
Checked the geometry still builds and looks correct with a modified Geometry/GEMGeometry/test/testGEMGeometry_cfg.py
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: