Skip to content

Commit 0f90992

Browse files
authored
Geometry with a small number of rotations in phi direction (#9)
* 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
1 parent 7d33a33 commit 0f90992

File tree

8 files changed

+801
-78
lines changed

8 files changed

+801
-78
lines changed

Detector/DRcalo/compact/DRcalo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
<readout name="DRcaloSiPMreadout">
704704
<segmentation type="GridDRcalo"/>
705705
<!-- Mendatory to use the first 32 bits for tower infos & the last 32 bits for fiber/SiPM infos -->
706-
<id>system:5,eta:-8,phi:9,xmax:32:6,ymax:6,x:6,y:6,c:1,module:2</id>
706+
<id>system:5,eta:-8,phi:9,x:32:6,y:6,c:1,module:2</id>
707707
</readout>
708708
</readouts>
709709

0 commit comments

Comments
 (0)