001 * example of Interactive Geant session.
002 *
003 * To run this kumac type " exec SimulationMods/test/intGeant.kumac " from
004 * GEANT prompt.
005
006 message Example of Interactive Geant session.
007
008 * initialize memory
009 gr/opt zfl
010
011 * print all volumes mames
012 print volu 0
013
014 * show particular volume specification
015 dspec cdf
016
017 * plot cdf slice in z-y plane, x=0:
018 null -600 600 -600 600
019 dcut cdf 1 0 0 0 1 1
020
021 message For more options see geant manual.
022 message
023 message to print pictures -
024 message gr/opt zfl
025 message pi/pr filename.ps
026 message
027 message after "dspec" volume will be highlighted
028 message
029 message Bye!
Send problems or questions to cdfcode@fnal.gov