-
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
bsunanda:Run2-hcx60 Provide hexgonal geometry for HGCal #12845
Conversation
@cmsbuild Please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @bsunanda for CMSSW_8_0_X. It involves the following packages: CondFormats/GeometryObjects @civanch, @diguida, @ianna, @mdhildreth, @cmsbuild, @franzoni, @Dr15Jones, @cerminar, @ggovi, @mmusich, @davidlange6 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
Hi Sunanda, is the default geometry still square in this setup? |
How do I import this geometry into a CMSSW config? Is there an example config? |
I did not provide a new config because David always picks on that. I tested this using a test python file in Geometry/HGCalCommonData/python/testHGCXML_cfi.py. I can make a second such in Geometry/CMSCommonData and Configuration/Geometry. But I shall put them in a separate PR. From: Lindsey Gray [[email protected]] How do I import this geometry into a CMSSW config? Is there an example config? — |
If you can provide a V7 config privately I'll be able to check that things -L On Wed, Dec 23, 2015 at 10:34 PM, bsunanda [email protected] wrote:
|
bool used; | ||
CLHEP::Hep3Vector h3v; | ||
CLHEP::HepRotation hr; | ||
}; |
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.
@bsunanda - this object should define what is stored to/retrieved from DB. I think, using vectors of doubles is better.
@cmsbuild Please test |
The tests are being triggered in jenkins. |
Pull request #12845 was updated. @civanch, @diguida, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @franzoni, @Dr15Jones, @cerminar, @slava77, @ggovi, @mmusich, @davidlange6 can you please check and sign again. |
@cmsbuild Please test |
The tests are being triggered in jenkins. |
-1 |
This will give simulation as well as reconstruction geometry for HGCal (square as well as hexgonal cell). The hook for DB will require some work from Yana.
@kpedro88 @lgray Please take a look