-
Notifications
You must be signed in to change notification settings - Fork 70
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
Increase the diagonal wire version #199
Conversation
@mirguest @ihepzhangyao @fucd Hi everyone, please check if it is correct |
@myliu-hub Hi Mengyao, thanks for update. Just one comment: the key "Simple" can be changed to another word now, since the drift chamber seems complete now. DC_Xxx_v01_01.xml can be created. And one thing should be confirmed. I remove region="DriftChamberRegion" in Detector/DetCRD/compact/CRD_common_v01/DC_Simple_v01_02.xml in order to rub job because of API model. If it does not work still, it should be removed also in new compact file temporarily. |
@fucd Hi, I have changed it according to your request, do you think it is okay? |
Hi @myliu-hub , |
@myliu-hub Thank you for update. I have no more comments now.
|
@ihepzhangyao @mirguest This PR seems quite important, should we merge it? |
@@ -32,7 +32,7 @@ | |||
<include ref="../CRD_common_v01/VXD_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/FTD_SkewRing_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/SIT_SimplePixel_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/DC_Simple_v01_02.xml"/> | |||
<include ref="../CRD_common_v01/DC_Simple_v01_03.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.
I can't find DC_Simple_v01_03.xml. Could you please double check?
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.
Hi @myliu-hub , could you reply Yao's comment?
@@ -31,7 +31,7 @@ | |||
<include ref="../CRD_common_v01/VXD_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/FTD_SkewRing_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/SIT_SimplePixel_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/DC_Simple_v01_01.xml"/> | |||
<include ref="../CRD_common_v01/DC_Simple_v01_03.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.
DC_Simple_v01_03.xml is missing?
Could you please post a set of performance based on this branch? |
@myliu-hub How about now? I also hope it can be merged. After finish this, can you add extensiton data into DC DetElement, just like TPC? |
This request has been updated in several aspects:
Here is the result of track fitting(single particle): 3. Mass of higgs(e+e- ->ZH, H -> mu+mu-): |
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.
Please add some commit to your code.
@@ -1,12 +1,3 @@ | |||
//==================================================================== | |||
// Detector description implementation of the Drift Chamber |
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.
Please add the file description.
@@ -54,38 +56,51 @@ class DCHDigiAlg : public GaudiAlgorithm | |||
NTuple::Array<int > m_cell ; | |||
NTuple::Array<float> m_cell_x ; | |||
NTuple::Array<float> m_cell_y ; | |||
NTuple::Array<float> m_cell1_x ; |
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.
What's the difference between cell and cell1. Could you please add a commit?
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.
All review have been cleared
Inclined wire version added: