-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
HGcal Hexgonal Geometry #12862
HGcal Hexgonal Geometry #12862
Conversation
Conflicts: CondFormats/GeometryObjects/src/classes.h CondFormats/GeometryObjects/src/classes_def.xml
* Add a schema for HGCalParameters as PHGCalParameters * Add serialization test for a new schema PHGCalParameters * Fix conflicts
A new Pull Request was created by @ianna (Ianna Osborne) for CMSSW_8_0_X. It involves the following packages: CondFormats/GeometryObjects @civanch, @diguida, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @franzoni, @Dr15Jones, @cerminar, @slava77, @ggovi, @mmusich, @davidlange6 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
+1 |
+1
|
@slava77 - this PR is the same as you've already signed (just moving files around). |
+1 |
@ggovi please have a look too |
+1 |
@civanch - could you, please, have a look? Thanks. |
@@ -110,6 +110,7 @@ | |||
<SpecPar name="HGCalEE"> | |||
<PartSelector path="//HGCalEESensitive.*"/> | |||
<Parameter name="Volume" value="HGCalEESensitive" eval="false"/> | |||
<Parameter name="GeometryMode" value="HGCalGeometryMode::Square" eval="false"/> |
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 - do I understand this code correctly to say that in each xml we have a line to which "GeometryMode" we do NOT use? Could we not make this more descriptive by giving the GeometryMode we DO use instead?
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.
@davidlange6 - your assumption is not correct. HGCal "GeometryMode" is used starting from this PR. It is either a square or a hexagon reflecting its sensors shape.
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 Thanks!
On Jan 8, 2016, at 4:48 PM, Ianna Osborne [email protected] wrote:
In Geometry/HGCalCommonData/data/v1/hgcalEE.xml:
@@ -110,6 +110,7 @@
@davidlange6 - your assumption is not correct. HGCal "GeometryMode" is used starting from this PR. It is either a square or a hexagon reflecting its sensors shape.
—
Reply to this email directly or view it on GitHub.
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1
|
Replaces #12845