Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/persistency/P03/g4geom_replicas.txt is written in an unsupported language. File is not indexed.

0001 // Define rotation matrix
0002 :ROTM RM0 0. 0. 0.
0003 
0004 // Define volumes and place them
0005 :VOLU world BOX 5000. 5000. 5000. G4_AIR
0006 
0007 :VOLU subworld1 BOX 1000. 1000. 1000. G4_AIR
0008 :PLACE subworld1 1 world RM0 0. 2000. 0. 
0009 :VOLU subworld2 TUBE 500. 1000. 1000. G4_AIR
0010 :PLACE subworld2 1 world RM0 0. -2000. 0. 
0011 :VOLU subworld3 TRD 300. 1000. 600. 1000. 1000. G4_AIR
0012 :PLACE subworld3 1 world RM0 0. 0. 2000.  
0013 :COLOUR subworld1 1. 0. 0.
0014 :COLOUR subworld2 0. 1. 0.
0015 :COLOUR subworld3 0. 1. 1.
0016 
0017 :VOLU repl1 BOX 200. 1000. 1000. G4_AIR // needed, but only used for visualisation
0018 :REPL repl1 subworld1 X 5 400. 10. 
0019 
0020 :VOLU repl2 TUBS 500. 1000. 1000. 0. 120. G4_AIR // needed, but only used for visualisation
0021 :REPL repl2 subworld2 PHI 3 120*deg
0022 
0023 :VOLU repl3 BOX 200. 200. 100. G4_AIR // needed, but only used for visualisation
0024 :REPL repl3 subworld3 Z 10 200.
0025 
0026 :VIS world OFF
0027