Skip to content

Commit

Permalink
Geometry with a small number of rotations in phi direction (#9)
Browse files Browse the repository at this point in the history
* take care corner cases of small # of rotations in phi

* estimate numx & numy on-the-fly instead of saving them in CellID (overflow of field with small # of rotations)

* fix readouts
  • Loading branch information
SanghyunKo authored Oct 8, 2020
1 parent 7d33a33 commit 0f90992
Show file tree
Hide file tree
Showing 8 changed files with 801 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Detector/DRcalo/compact/DRcalo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
<readout name="DRcaloSiPMreadout">
<segmentation type="GridDRcalo"/>
<!-- Mendatory to use the first 32 bits for tower infos & the last 32 bits for fiber/SiPM infos -->
<id>system:5,eta:-8,phi:9,xmax:32:6,ymax:6,x:6,y:6,c:1,module:2</id>
<id>system:5,eta:-8,phi:9,x:32:6,y:6,c:1,module:2</id>
</readout>
</readouts>

Expand Down
Loading

0 comments on commit 0f90992

Please sign in to comment.