Skip to content

Commit

Permalink
Si tracker granularity (#438)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Updated the segmentation of the silicon tracking detectors from a
10x10um to 20x20um granularity. This reflects the most up-to-date
expectations of the pixel size from the tracking working group.

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [x] Other: Update to detector configuration

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?

### Does this PR change default behavior?
  • Loading branch information
bschmookler authored Jun 5, 2023
1 parent bed869d commit b644bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compact/tracking/silicon_barrel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

<readouts>
<readout name="SiBarrelHits">
<segmentation type="CartesianGridXY" grid_size_x="0.010*mm" grid_size_y="0.010*mm" />
<segmentation type="CartesianGridXY" grid_size_x="0.020*mm" grid_size_y="0.020*mm" />
<id>system:8,layer:4,module:12,sensor:2,x:32:-12,y:-20</id>
</readout>
</readouts>
Expand Down
2 changes: 1 addition & 1 deletion compact/tracking/silicon_disks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@

<readouts>
<readout name="TrackerEndcapHits">
<segmentation type="CartesianGridXZ" grid_size_x="0.010*mm" grid_size_z="0.010*mm" />
<segmentation type="CartesianGridXZ" grid_size_x="0.020*mm" grid_size_z="0.020*mm" />
<id>system:8,layer:4,module:12,sensor:2,x:32:-16,z:-16</id>
</readout>
</readouts>
Expand Down
2 changes: 1 addition & 1 deletion compact/tracking/vertex_barrel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

<readouts>
<readout name="VertexBarrelHits">
<segmentation type="CartesianGridXY" grid_size_x="0.010*mm" grid_size_y="0.010*mm" />
<segmentation type="CartesianGridXY" grid_size_x="0.020*mm" grid_size_y="0.020*mm" />
<id>system:8,layer:4,module:12,sensor:2,x:32:-16,y:-16</id>
</readout>
</readouts>
Expand Down

0 comments on commit b644bce

Please sign in to comment.