Warning, /geant4/examples/extended/persistency/P03/g4geom_assembly.txt is written in an unsupported language. File is not indexed.
0001 // Define rotation matrix
0002 :ROTM RM0 0. 0. 0.
0003 :ROTM RM90Y 0. 90. 0.
0004 :ROTM RM_REFLZ 90. 0. 90. 90. 180. 0.
0005
0006 // Define volumes and place them
0007 :VOLU world BOX 100. 100. 100. G4_AIR
0008 :VOLU vol1 BOX 10. 10. 20. G4_Cu
0009 :VOLU vol2 TORUS 5. 10. 20. 0. 360. G4_WATER
0010 :VOLU vol3 POLYCONE 0. 90.*deg 4
0011 5. -30.
0012 10. 0.
0013 20. 25.
0014 5. 30.
0015 G4_Al
0016
0017
0018 :VOLU_ASSEMBLY Assembly 4
0019 vol1 RM0 0. 0. 0.
0020 vol2 RM90Y 20. 0. 0.
0021 vol3 RM0 50. 0. 0.
0022 vol3 RM_REFLZ -35. 0. 0.
0023
0024 :PLACE_ASSEMBLY Assembly world RM0 0. 0. -30.
0025 :PLACE_ASSEMBLY Assembly world RM0 0. 0. 50.
0026