001 # to be used with Vecbos executable
002 # Thu Jul 12 16:15:12 CDT 2001 G.Velev W+3jets example
003 # check generatorMods/examples/vecbos/start script for setup
004 # Before start:
005 # setenv VECBOS_INITDATA $CDFSOFT2_DIR/vecbos_i/initdata
006 # setenv CDFVEGIN your_file_with_saved_grid
007 # or setenv CDFVEGOUT your_file_where_to_save_grid
008 ##############################################################################
009
010 path enable AllPath
011
012 module input GenInputManager
013 talk GenInputManager
014 run_number set 1
015 exit
016
017 module enable VecbosModule
018
019 module talk VecbosModule
020 njets set 3
021 Process
022 chargeOfW set 0
023 exit
024 # jets
025 PrimaryCuts
026 jetMinPt set 8.
027 jetEtaMax set 2.5
028 jetEtaSep set 0.4
029 # lepton
030 lepMinPt set 12.0
031 lepMaxEta set 2.5
032 exit
033
034 noOfLeptons set 1
035
036 # beam check this p-pbar
037 beam set 1
038 # structure function
039 StructureFunction
040 strFunct set 6
041 pdfGroup set 3
042 pdfSet set 30
043 exit
044 # read the grid file
045 Important
046 important set 1
047 samplingMode set 2
048 exit
049 AlphaPt set 0.03
050 RandomNumberMenu
051 RandomSeed1 set 3579 // Init the random generator
052 RandomSeed2 set 4567
053 exit
054 # runNumber set 20 // does not work, use GenInputManager to set the run number
055 leptonType set 1
056 exit
057
058 mod output FileOutput
059 talk FileOutput
060 output create AA vecbos_top.dat
061 output enable AA
062 output path AA AllPath
063 output keepList AA -add StorableBank
064 output list
065 exit
066
067 ev begin -nev 10000
068 show timer
069 exit
070
071
072
073
074
075
076
Send problems or questions to cdfcode@fnal.gov