source: trunk/source/geometry/solids/test/fred/README.SBT @ 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: 664 bytes
Line 
1$Id: README.SBT,v 1.1 2008/02/22 11:20:39 ivana Exp $
2
3The SBT log outputs can be debugged with Fred in this
4way:
5
61. Copy a selected SBT log output file in Fred/test3.log
7
8   $>  cd $G4INSTALL/source/geometry/solids/test/fred
9   $>  cp ../SBT/log/cons.e2.log test3.log
10
112. Update the solid definition in src/FredDetectorConstruction.cc
12   and recompile Fred:
13   
14   $> make
15
163, Uncomment the solid type in test1.mac   
17   /fred/volume CONE
18
194. Run fred and process all errors in the log file:
20
21   $> fred
22   /control/execute test1.mac
23   /fred/test3/runDebug
24
25   Or debug a selected error using the commands:
26
27   /fred/test3/debug 3
28   /run/beamOn 1
29 
30       
Note: See TracBrowser for help on using the repository browser.