Atlfast_RunHerwig.py

Go to the documentation of this file.
00001 include( "PartPropSvc/PartPropSvc.py" )
00002 theApp.Dlls += [ "TruthExamples", "Herwig_i" ]
00003 theApp.ExtSvc += ["AtRndmGenSvc" ]
00004 
00005 AtRndmGenSvc = Service( "AtRndmGenSvc" )
00006 AtRndmGenSvc.Seeds = [ "HERWIG 390020611 821000366", "HERWIG_INIT 820021 2347532" ]
00007 
00008 theApp.TopAlg += ["Herwig"]
00009 
00010 
00011 #======================================
00012 #
00013 #  Define the physics process
00014 #  Pass Herwig configuration options
00015 #  through Herwig.HerwigCommand
00016 #
00017 #======================================
00018 
00019 Herwig = Algorithm( "Herwig" )
00020 
00021 # Turn on W production
00022 Herwig.HerwigCommand += [ "iproc 1499" ]
00023 
00024 # Specify the PDFLIB set
00025 Herwig.HerwigCommand += [ "modpdf 1" ]
00026 
00027 # Specify CTEQ pdfs
00028 Herwig.HerwigCommand += [ "autpdf CTEQ" ]

Generated on Mon Sep 24 14:19:11 2007 for AtlfastAlgs by  doxygen 1.5.1