Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8308786
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Subscribers
None
View Options
diff --git a/src/LHC-Matchbox.in b/src/LHC-Matchbox.in
--- a/src/LHC-Matchbox.in
+++ b/src/LHC-Matchbox.in
@@ -1,97 +1,97 @@
read Matchbox.in
################################################################################
# setup the shower
#
# use -LO.in or -NLO.in for LO/NLO simulations, respectively.
#
################################################################################
read DipoleShower.in
# read DipoleShowerParameters-LO.in
read DipoleShowerParameters-NLO.in
################################################################################
# setup matrix element and matching
#
# uncomment the desired calculation
#
################################################################################
cd /Herwig/EventHandlers
set LHCHandler:LuminosityFunction:Energy 8000.0*GeV
cd /Herwig/MatrixElements/Matchbox
insert /Herwig/Generators/LHCGenerator:EventHandler:SubProcessHandlers[0] PPFactory
do PPFactory:Process p p e+ e-
################################################################################
# leading order
################################################################################
# set PPFactory:VirtualContributions Off
# set PPFactory:RealContributions Off
################################################################################
# MC@NLO-type next-to-leading order
################################################################################
-set LHCFactory:ShowerApproximation DipoleMatching
+set PPFactory:ShowerApproximation DipoleMatching
################################################################################
# POWHEG-type next-to-leading order
################################################################################
-# set LHCFactory:ShowerApproximation MEMatching
+# set PPFactory:ShowerApproximation MEMatching
# insert /Herwig/Generators/LEPGenerator:EventHandler:PostSubProcessHandlers[0] MEMatching
################################################################################
# scale variations
#
# see Matchbox.in for different scale choices
#
################################################################################
################################################################################
# hard process scale variations
################################################################################
-set /Herwig/MatrixElement/Matchbox/LHCFactory:RenormalizationScaleFactor 1.0
-set /Herwig/MatrixElement/Matchbox/LHCFactory:FactorizationScaleFactor 1.0
+set /Herwig/MatrixElement/Matchbox/PPFactory:RenormalizationScaleFactor 1.0
+set /Herwig/MatrixElement/Matchbox/PPFactory:FactorizationScaleFactor 1.0
################################################################################
# shower scale variations
################################################################################
set /Herwig/DipoleShower/DipoleShowerHandler:RenormalizationScaleFactor 1.0
set /Herwig/DipoleShower/DipoleShowerHandler:FactorizationScaleFactor 1.0
set /Herwig/DipoleShower/DipoleShowerHandler:HardScaleFactor 1.0
################################################################################
# setup generator and analysis
#
#
#
################################################################################
cd /Herwig/Generators
set LHCGenerator:EventHandler:CascadeHandler /Herwig/DipoleShower/DipoleShowerHandler
set LHCGenerator:NumberOfEvents 100000000
set LHCGenerator:RandomNumberGenerator:Seed 31122001
set LHCGenerator:DebugLevel 1
set LHCGenerator:PrintEvent 10
set LHCGenerator:MaxErrors 4000000
cd /Herwig/Generators
#insert LHCGenerator:AnalysisHandlers 0 /Herwig/Analysis/HepMCFile
set /Herwig/Analysis/HepMCFile:PrintEvent 10000000
set /Herwig/Analysis/HepMCFile:Format GenEvent
set /Herwig/Analysis/HepMCFile:Units GeV_mm
set /Herwig/Analysis/HepMCFile:Filename events.fifo
saverun LHC LHCGenerator
diff --git a/src/TVT-Matchbox.in b/src/TVT-Matchbox.in
--- a/src/TVT-Matchbox.in
+++ b/src/TVT-Matchbox.in
@@ -1,98 +1,98 @@
read Matchbox.in
################################################################################
# setup the shower
#
# use -LO.in or -NLO.in for LO/NLO simulations, respectively.
#
################################################################################
read DipoleShower.in
# read DipoleShowerParameters-LO.in
read DipoleShowerParameters-NLO.in
################################################################################
# setup matrix element and matching
#
# uncomment the desired calculation
#
################################################################################
cd /Herwig/EventHandlers
set LHCHandler:LuminosityFunction:Energy 1960.0*GeV
set LHCHandler:BeamB /Herwig/Particles/pbar-
cd /Herwig/MatrixElements/Matchbox
insert /Herwig/Generators/LHCGenerator:EventHandler:SubProcessHandlers[0] PPFactory
do PPFactory:Process p p e+ e-
################################################################################
# leading order
################################################################################
# set PPFactory:VirtualContributions Off
# set PPFactory:RealContributions Off
################################################################################
# MC@NLO-type next-to-leading order
################################################################################
-set LHCFactory:ShowerApproximation DipoleMatching
+set PPFactory:ShowerApproximation DipoleMatching
################################################################################
# POWHEG-type next-to-leading order
################################################################################
-# set LHCFactory:ShowerApproximation MEMatching
+# set PPFactory:ShowerApproximation MEMatching
# insert /Herwig/Generators/LEPGenerator:EventHandler:PostSubProcessHandlers[0] MEMatching
################################################################################
# scale variations
#
# see Matchbox.in for different scale choices
#
################################################################################
################################################################################
# hard process scale variations
################################################################################
-set /Herwig/MatrixElement/Matchbox/LHCFactory:RenormalizationScaleFactor 1.0
-set /Herwig/MatrixElement/Matchbox/LHCFactory:FactorizationScaleFactor 1.0
+set /Herwig/MatrixElement/Matchbox/PPFactory:RenormalizationScaleFactor 1.0
+set /Herwig/MatrixElement/Matchbox/PPFactory:FactorizationScaleFactor 1.0
################################################################################
# shower scale variations
################################################################################
set /Herwig/DipoleShower/DipoleShowerHandler:RenormalizationScaleFactor 1.0
set /Herwig/DipoleShower/DipoleShowerHandler:FactorizationScaleFactor 1.0
set /Herwig/DipoleShower/DipoleShowerHandler:HardScaleFactor 1.0
################################################################################
# setup generator and analysis
#
#
#
################################################################################
cd /Herwig/Generators
set LHCGenerator:EventHandler:CascadeHandler /Herwig/DipoleShower/DipoleShowerHandler
set LHCGenerator:NumberOfEvents 100000000
set LHCGenerator:RandomNumberGenerator:Seed 31122001
set LHCGenerator:DebugLevel 1
set LHCGenerator:PrintEvent 10
set LHCGenerator:MaxErrors 4000000
cd /Herwig/Generators
#insert LHCGenerator:AnalysisHandlers 0 /Herwig/Analysis/HepMCFile
set /Herwig/Analysis/HepMCFile:PrintEvent 10000000
set /Herwig/Analysis/HepMCFile:Format GenEvent
set /Herwig/Analysis/HepMCFile:Units GeV_mm
set /Herwig/Analysis/HepMCFile:Filename events.fifo
saverun TVT LHCGenerator
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Dec 21, 1:08 PM (1 d, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022896
Default Alt Text
(7 KB)
Attached To
rHERWIGHG herwighg
Event Timeline
Log In to Comment