001 #########################################################
002 # ttbar using HERWIG..Jeremy Lys
003 #########################################################
004 show
005 help
006 path enable AllPath
007 mod disable HepgFilter
008 mod disable Pythia
009 mod disable Isajet
010 mod disable Bgenerator
011 mod disable FAKE_EVENT
012
013 module input GenInputManager
014 talk GenInputManager
015 report set 100
016 exit
017
018 mod enable herwig
019 mod talk herwig
020 help
021 Process set 1706
022 Masses
023 top set 175
024 exit
025 #
026 #
027 # set pi0 decay
028 # Decays
029 # help
030 # show
031 # exit
032 # Kinematic cuts
033 Hards
034 ## NA Ymin set -4.2
035 Ymax set 4.2
036 Ptmin set 0.
037 Ptmax set 900.
038 #add jl
039 # show
040 #
041 exit
042 # Struc_Function MRS G (group 3 set 41)
043 Struc_Function
044 Modpdf set 41
045 exit
046 # Hadronization: set baryon number properly
047 Hadronization
048 Clpow set 1.3
049 exit
050 Maxer set 1000000
051 #
052 Prints
053 iprint set 0
054 maxpr set 0
055 exit
056 #
057 Generation
058 Maxwt set 5.5194147456705152E-02
059 exit
060 #
061 #
062 show
063 #
064 exit
065
066 mod enable TauolaModule
067 mod talk TauolaModule
068 Display_max_taudecays set 4
069 Display_tauola_output set 3
070 exit
071
072 module output FileOutput
073 exec rm -f tauola_herwig_ttbar.sim
074 talk FileOutput
075 output create test_stream tauola_herwig_ttbar.sim
076 output path test_stream AllPath
077 output keepList test_stream LRIH_StorableBank EVCL_StorableBank HEPG_StorableBank
078 exit
079
080 begin -nev 100
081
082 show timer
083
084 exit
Send problems or questions to cdfcode@fnal.gov