001 #
002 # This script is to run with cdfIG executable.
003 #
004 # Options: set detectors true or false in
005 # InteractiveGeant's DetectorMenu
006 #
007 path enable AllPath
008 path list
009
010 talk GeometryManager
011 DetectorMenu
012 enableAll set t
013 exit
014 exit
015
016 talk InteractiveGeant
017 DetectorMenu
018 declareCot set t
019 declareSvx set t
020 declareTof set t
021 declareMuon set t
022 exit
023 exit
024
025 begin
026
027 exit
028
Send problems or questions to cdfcode@fnal.gov