- bouchet's home page
- Posts
- 2016
- 2015
- December (1)
- November (3)
- October (2)
- September (2)
- August (2)
- June (2)
- April (5)
- March (2)
- February (3)
- January (2)
- 2014
- December (2)
- November (2)
- October (3)
- September (2)
- August (3)
- July (1)
- June (3)
- May (6)
- April (6)
- March (1)
- February (2)
- January (1)
- 2013
- December (2)
- November (3)
- October (3)
- September (4)
- August (1)
- July (1)
- May (4)
- April (6)
- March (4)
- February (3)
- 2012
- 2011
- December (2)
- November (2)
- October (4)
- September (1)
- August (2)
- July (6)
- June (2)
- May (3)
- April (3)
- March (2)
- 2010
- 2009
- December (2)
- November (1)
- October (3)
- September (1)
- August (1)
- July (1)
- June (2)
- April (1)
- March (2)
- February (2)
- January (1)
- 2008
- My blog
- Post new blog entry
- All blogs
dev14 : SSD geometry
for dev14, SSD ladders should be rotated by 9 degrees around phi to have the edge of ladder 1 starting at 12:00
Compared to the old configuration where the ladders weren't tilted
ISSUE : half of the hits are removed in the FastSimulator because the transformation global-->local coordinates is wrong
quick simulation :
- 100 pions, flat Pt, with the old configuration
QA :INFO - # TPC hits: 4961: Bad ones (! flag): 342: Used in Fit: 4502
QA :INFO - # SSD hits: 94: Bad ones(flag>3): 0: Used in Fit: 75
QA :INFO - # Hft hits: 228: Bad ones: 0: Used in Fit: 181
QA :INFO - # Ist hits: 121: Bad ones: 0: Used in Fit: 91
--> ratio of hits used/ALL = 75/95 ~ 0.8
- 100 pions, flat Pt, with the new configuration
QA :INFO - # TPC hits: 5688: Bad ones (! flag): 599: Used in Fit: 4710
QA :INFO - # SSD hits: 65: Bad ones(flag>3): 0: Used in Fit: 36
QA :INFO - # Hft hits: 239: Bad ones: 0: Used in Fit: 193
QA :INFO - # Ist hits: 114: Bad ones: 0: Used in Fit: 86
09/01 : the issue with the SSD hits is explained here
The SSD code ( reconstuction, tracking) is using geometry tables to calculate the rotation matrices ( global<--> local) for each wafers.
These tables are :
- SsdLaddersOnSectors.dev14.C
- SsdOnGlobal.dev14.C
- SsdWafersOnLadders.dev14.C
- SsdSectorsOnGlobal.dev14.C
<Block name="SFSL" comment="is the Silicon of the strip detector" > <Material name="Silicon" /> <Attribute for="SFSL" seen="2" colo="1" /> <Shape type="BOX" dz="SFJP_SFSL_Dz" dx="SFJP_SFSL_Dx" dy="SFJP_SFSL_Dy" /> <Create block="SFSD" /> <Placement block="SFSD" > </Placement>
Then I have included all the inactive areas for a given wafer :
Geometry description (from $STAR/StarVMC/Geometry/SisdGeo/SisdGeo7.xml):
- SFSL : <Block name="SFSL" comment="is the Silicon of the strip detector" >
- SFAA : <Block name="SFAA" comment="is the A128C chip" >
- SFPI : <Block name="SFPI" comment="are the pions" >
- SFFX : <Block name="SFFX" comment="is the flex" >
- SFRS : <Block name="SFRS" comment="two supports of the hybrid stiffneer (piece of it)" >
- SFRA : <Block name="SFRA" comment="is the hybrid stiffneer" >
The result of simulation ( single tracks per event ) is below :
We see that when including the inactive areas, the number of hits reconstructed is the same but the number of hits used in tracking is lower.
- bouchet's blog
- Login or register to post comments