001 # Un-weighting example for W+jets: top group version
002 # Created: Jul 13 2001, by G.Velev
003 # Before start:
004 # did you put the correct max weight from Vecbos generation???
005 ###############################################################################
006 path enable AllPath
007 path list
008
009 module input DHInput
010 talk DHInput
011 setInput noorder
012 input file ./vecbos_top.dat
013 report set 100
014 exit
015
016 mod output FileOutput
017 talk FileOutput
018 output create AA vecbos_unwt.dat
019 output path AA AllPath
020 output keepList AA -add StorableBank
021 output list
022 exit
023
024 module enable VecunwModule
025 module talk VecunwModule
026 Seed set 65307836
027 Weight set 0.0021098135
028 exit
029 ev begin -nev 10000
030 show timer
031 exit
Send problems or questions to cdfcode@fnal.gov