Check duplicate issues.
Goal
I had a closer look at the material budget of the CLD vertex detector as I wanted to use it as a first version of disk detector for FCC-SEED. Looking at the reference table 4 from arXiv:1911.12230v3:
I expected a material budget of 0.7% X0 per double layer in CLD. I however observed only half that (3x0.35=1.05% instead of 3x0.7=2.1%):
This stems from the fact that, while using the correct numbers for the thicknesses of the support and sensor:
<constant name="VertexEndcap_Sensitive_Thickness" value="5.000000000e-02*mm"/>
<constant name="VertexEndcap_Support_Thickness" value="28.000000000e-02*mm"/> <!-- +50% more material budget as in CLIC VTX -->
only half that thickness is used:
<module name="SiVertexEndcapModule1" vis="SiVertexModuleVis">
<trd x1="VertexEndcap_rmin1 * tan(pi/(VertexEndcapModules))+VertexEndcapOverlap*sin(pi/VertexEndcapModules)" x2="VertexEndcap_rmax * tan(pi/(VertexEndcapModules))+VertexEndcapOverlap*sin(pi/VertexEndcapModules)" z="(VertexEndcap_rmax - VertexEndcap_rmin1) / 2" />
<module_component thickness="VertexEndcap_Support_Thickness/2.0" material="Silicon" vis="SiVertexPassiveVis"/>
<module_component thickness="VertexEndcap_Sensitive_Thickness/2.0" material="Silicon" sensitive="true" vis="SiVertexSensitiveVis"/>
<module_component thickness="VertexEndcap_DoubleLayer_Gap/2.0" material="Air" vis="SiVertexAir" />
</module>
Given that this has not been discovered for such a long time in all CLD versions, changing the numbers now probably doesn't make sense as discussed with @Zehvogel and @andresailer. It would, however, be good to add a comment in the CLD vertex xmls and also in the CLD readme about this. The vertexing performance in the forward direction would be significantly worse if the material was doubled.
Note: In the CLICDet, the mat. budget is correct.
Thank you,
Armin
Operating System and Version
Alma Linus 9
compiler
Standard
The version of the key4hep stack
any
Package Version
any
Reproducer
See any vertex detector xml file of CLD
Additional context
No response
Check duplicate issues.
Goal
I had a closer look at the material budget of the CLD vertex detector as I wanted to use it as a first version of disk detector for FCC-SEED. Looking at the reference table 4 from arXiv:1911.12230v3:
I expected a material budget of 0.7% X0 per double layer in CLD. I however observed only half that (3x0.35=1.05% instead of 3x0.7=2.1%):
This stems from the fact that, while using the correct numbers for the thicknesses of the support and sensor:
only half that thickness is used:
Given that this has not been discovered for such a long time in all CLD versions, changing the numbers now probably doesn't make sense as discussed with @Zehvogel and @andresailer. It would, however, be good to add a comment in the CLD vertex xmls and also in the CLD readme about this. The vertexing performance in the forward direction would be significantly worse if the material was doubled.
Note: In the CLICDet, the mat. budget is correct.
Thank you,
Armin
Operating System and Version
Alma Linus 9
compiler
Standard
The version of the key4hep stack
any
Package Version
any
Reproducer
See any vertex detector xml file of CLD
Additional context
No response