CDF II
CDF KITS
source navigation ]
diff markup ]
identifier search ]
freetext search ]
file search ]
 
Architecture: i386 ]
Version: 4.10.4 ] [ 4.10.5 ] [ 4.8.4 ] [ 4.8.4l3s ] [ 4.8.5 ] [ 4.9.0 ] [ 4.9.1 ] [ 4.9.1.hpt3 ] [ 4.9.1hpt3 ] [ 4.9.1top1 ] [ 5.0.0 ] [ 5.1.0 ] [ 5.1.0beamonly ] [ 5.1.1 ] [ 5.2.0 ] [ 5.3.0 ] [ 5.3.1 ] [ 5.3.1dsp ] [ 5.3.3 ] [ 5.3.3_nt ] [ 5.3.4 ] [ 6.1.1 ] [ 6.1.1b ] [ 6.1.2 ] [ 6.1.3 ] [ 6.1.4 ] [ 6.1.4int3 ] [ 6.1.4mc ] [ 6.1.4mc_a ] [ 6.1.6 ] [ development ]

001 ## run_isajet.tcl  using executable cdfGen,  Sept 2001 jlys et al.
002 
003 ## NOTE: user-control variables are set in $CDFPVLI. The default
004 ##   CDFPVLI is $CDFSOFT2_DIR/generatorMods/examples/isajet/top175.val
005 ## For a simple MSSM test, do:
006 #set env(CDFPVLI) $env(GENERATORMODS_DIR)/examples/isajet/mssm.val
007 ## For your own version of the .val file, say /cdf/scratch/me/xxxx.val, do
008 #set env(CDFPVLI) /cdf/scratch/me/xxxx.val
009 
010 path enable AllPath
011 
012 module input GenInputManager
013 module talk GenInputManager
014 # default run number
015   run_number set 151435
016 exit 
017 
018 # enable generator ( no generators are enabled bu default )
019 mod enable Isajet
020 
021 exec rm -f run_isajet_test.root
022 module enable HepRootManager
023 mod talk HepRootManager
024   verbose set true
025   histfile set run_isajet_test.root
026   createHistoFile set  f
027 exit
028 
029 module talk FileOutput
030  output create myout isajet_test.out
031  output path myout AllPath
032  output keepList myout EVCL_StorableBank LRIH_StorableBank HEPG_StorableBank
033  output list
034 exit
035 
036 #  
037 begin -nev  10
038 
039 show timer
040 exit

source navigation ] diff markup ] identifier search ] freetext search ] file search ]

This page was automatically generated by the LXR engine.
The LXR team
Valid HTML 4.01!

Send problems or questions to cdfcode@fnal.gov