source: trunk/source/geometry/solids/test/SBT/geant4/twistedTubs.geant4 @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 839 bytes
Line 
1#
2# GEANT4 SBT Script to test G4Tubs
3# DCW 19/3/99 First try
4#
5# Increment the number below to **really** waste CPU time
6#
7test/maxPoints 1000
8#
9# --- twistedTubs.a1.log
10# Twisted tube with one phi segment
11#
12/test/gridSizes 0 0 0 m
13/solid/G4TwistedTubs 30 0.8 1 -1 1 1 90
14/test/errorFileName  log/twistedTubs.a1.log
15/test/run
16/voxel/errorFileName log/twistedTubsv.a1.log
17/voxel/run
18/test/gridSizes 0.2 0.2 0.2 m
19/test/errorFileName  log/twistedTubs.a2.log
20/test/run
21#
22exit
23#
24# --- twistedTubs.b1.log
25# Twisted tube with more phi segments
26# (visualization shows just one)
27#
28//solid/G4TwistedTubs 30 0.8 1 -1 1 9 90
29/test/gridSizes 0 0 0 m
30/test/errorFileName  log/twistedTubs.b1.log
31/test/run
32/voxel/errorFileName log/twistedTubsv.b1.log
33/voxel/run
34/test/gridSizes 0.2 0.2 0.2 m
35/test/errorFileName  log/twistedTubs.b2.log
36/test/run
37#
38exit
Note: See TracBrowser for help on using the repository browser.