001 # Herprt example for W+jets: top group version
002 # Created: Jul 17 2001, by G.Velev
003 # Before start:
004 ###############################################################################
005 path enable AllPath
006 path list
007
008 module disable VecbosModule
009
010 module input DHInput
011 talk DHInput
012 setInput noorder
013 input file ./vecbos_unwt.dat
014 report set 1
015 exit
016
017 module output FileOutput
018 module enable FileOutput
019 talk FileOutput
020 output create AA ./vecbos_herprt.dat
021 output path AA AllPath
022 output keepList AA LRIH_StorableBank EVCL_StorableBank HEPG_StorableBank
023 output list
024 exit
025
026 module enable Vecher
027 module talk Vecher
028 leptonType set 2
029 Process set 1100
030 Masses
031 top set 175
032 exit
033 Struc_Function
034 Autpdf set MRS
035 Modpdf set 30
036 exit
037 Prints
038 maxpr set 1
039 prvtx set 0
040 exit
041 Read_write
042 readTable set 0
043 writeTable set 0
044 exit
045 exit
046 ev begin -nev 10000
047 show timer
048 exit
049
050
051
052
053
054
055
056
057
058
059
060
Send problems or questions to cdfcode@fnal.gov