<div dir="ltr"><div>Hello GATEers. </div><div><br></div><div>In GATEv.6.2 I've added the command for geometry recursive test after the initialization of the SPECT benchmark example (benchSPECT.mac), i.e.</div><div>...</div>
<div>/gate/run/initialize</div><div>/geometry/test/recursive_test</div><div>...</div><div>and surprisingly found lots of GeomTest Errors. By visual checking, in fact, holes in collimator overlap to each other, for example. Mantaining the same geometry but redefining holes with the following lines</div>
<div><br></div><div>...</div><div>/gate/collimator/daughters/name hole</div><div>/gate/collimator/daughters/insert hexagone</div><div>/gate/hole/geometry/setHeight 3. cm</div><div>/gate/hole/geometry/setRadius .15 cm</div>
<div>/gate/hole/placement/setRotationAxis 0 1 0</div><div>/gate/hole/placement/setRotationAngle 90 deg</div><div>/gate/hole/setMaterial Air</div><div>/gate/hole/describe</div><div><br></div><div>/gate/hole/repeaters/insert cubicArray</div>
<div>/gate/hole/cubicArray/setRepeatNumberX 1</div><div>/gate/hole/cubicArray/setRepeatNumberY 9</div><div>/gate/hole/cubicArray/setRepeatNumberZ 9</div><div>/gate/hole/cubicArray/setRepeatVector 0. 1. 1. cm</div><div>/gate/hole/cubicArray/autoCenter false </div>
<div><br></div><div>/gate/hole/repeaters/insert linear</div><div>/gate/hole/linear/setRepeatNumber 2</div><div>/gate/hole/linear/setRepeatVector 0. 0.5 0.5 cm</div><div>/gate/hole/linear/autoCenter false </div><div>...</div>
<div><br></div><div>GeomTest Errors disappear as you expect by visual checking. Obviously the lines</div><div><br></div><div>/gate/hole/cubicArray/setRepeatNumberX 1</div><div>/gate/hole/cubicArray/setRepeatNumberY 9</div>
<div>/gate/hole/cubicArray/setRepeatNumberZ 9</div><div><br></div><div>don't allow a complete coverage of the collimator, but if you type a number greater than 9, error messages appear again although no mistakes have been done by visual check. Another strange thing is that number 9 (for example) does not work any more if you switch from autoCenter false to autoCenter true option. It's a non-sense, since all volumes do not overlap and are well defined inside their mothers. </div>
<div><br></div><div>Is this a bug or am I making any mistake? </div><div><br></div><div>Thanks in advance. </div><div><br></div><div>Giuseppe.</div><div><br></div></div>