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 # 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 

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