Warning, /geant4/examples/extended/persistency/P03/g4geom_reflections.txt is written in an unsupported language. File is not indexed.
0001 // Define rotation matrix
0002 :ROTM RM0 0. 0. 0.
0003 :ROTM RMREFL_X -1 0. 0. 0. 1. 0. 0. 0. 1.
0004
0005 // Define volumes and place them
0006 :VOLU world BOX 200. 200. 200. G4_AIR
0007
0008 :VOLU mybox BOX 20. 40. 50. G4_AIR
0009 :PLACE mybox 1 world RM0 100. 0. 0.
0010 :PLACE mybox 2 world RMREFL_X -100. 0. 0.
0011 :COLOUR mybox 0. 1. 1.
0012
0013 :VOLU mybox2 BOX 20. 40. 25. G4_AIR
0014 :PLACE mybox2 1 mybox RM0 0. 0. 25.
0015
0016 :VOLU repl1 BOX 20. 10. 25. G4_AIR // needed, but only used for visualisation
0017 :REPL repl1 mybox2 Y 4 20. 0.
0018
0019 :VOLU mytrd TRD 5. 10. 5. 10. 20. G4_WATER
0020 :PLACE mytrd 1 mybox RM0 0. 0. -25
0021
0022 :VIS world OFF
0023