Page MenuHomeHEPForge

No OneTemporary

diff --git a/src/GenericMatchbox.in b/src/GenericMatchbox.in
deleted file mode 100644
--- a/src/GenericMatchbox.in
+++ /dev/null
@@ -1,110 +0,0 @@
-##################################################
-## Herwig++/Matchbox example input file
-##################################################
-
-##################################################
-## Collider type
-##################################################
-
-# read Matchbox/EECollider.in
-# read Matchbox/EPCollider.in
-read Matchbox/PPCollider.in
-
-##################################################
-## Beam energy sqrt(s)
-##################################################
-
-cd /Herwig/EventHandlers
-set EventHandler:LuminosityFunction:Energy 8000.0*GeV
-
-##################################################
-## Process selection
-##################################################
-
-## Note that event generation may fail if no matching matrix element has
-## been found. Coupling orders are with respect to the Born process,
-## i.e. NLO QCD does not require an additional power of alphas.
-
-## Set the order of the couplings
-cd /Herwig/MatrixElements/Matchbox
-set Factory:OrderInAlphaS 0
-set Factory:OrderInAlphaEW 2
-
-## Select the process
-## You may use identifiers such as p, pbar, j, l, mu+, h0 etc.
-do Factory:Process p p e+ e-
-
-##################################################
-## Matrix element library selection
-##################################################
-
-## Select a generic tree/loop combination or a
-## specialized NLO package
-
-# read Matchbox/MadGraph-GoSam.in
-# read Matchbox/MadGraph-NJet.in
-# read Matchbox/MadGraph-OpenLoops.in
-# read Matchbox/HJets.in
-# read Matchbox/VBFNLO.in
-
-## Uncomment this to use ggh effective couplings
-## currently only supported by MadGraph-GoSam
-
-# read Matchbox/HiggsEffective.in
-
-##################################################
-## Cut selection
-##################################################
-
-## hard to do generically
-
-##################################################
-## Scale choice
-##################################################
-
-## hard to do generically
-
-##################################################
-## Matching and shower selection
-##################################################
-
-read Matchbox/MCatNLO-DefaultShower.in
-# read Matchbox/Powheg-DefaultShower.in
-# read Matchbox/LO-DefaultShower.in
-
-# read Matchbox/MCatNLO-DipoleShower.in
-# read Matchbox/Powheg-DipoleShower.in
-# read Matchbox/LO-DipoleShower.in
-
-# read Matchbox/NLO-NoShower.in
-# read Matchbox/LO-NoShower.in
-
-##################################################
-## Scale uncertainties
-##################################################
-
-# read Matchbox/MuDown.in
-# read Matchbox/MuUp.in
-
-##################################################
-## Shower scale uncertainties
-##################################################
-
-# read Matchbox/MuQDown.in
-# read Matchbox/MuQUp.in
-
-##################################################
-## PDF choice
-##################################################
-
-set /Herwig/Partons/PDFSet:PDFName CT10.LHgrid
-
-##################################################
-## Save the generator
-##################################################
-
-do /Herwig/MatrixElements/Matchbox/Factory:ProductionMode
-
-cd /Herwig/Generators
-saverun Matchbox EventGenerator
-
diff --git a/src/Matchbox/DIS-Matchbox.in b/src/Matchbox/DIS-Matchbox.in
new file mode 100644
--- /dev/null
+++ b/src/Matchbox/DIS-Matchbox.in
@@ -0,0 +1,121 @@
+##################################################
+## Herwig++/Matchbox example input file
+##################################################
+
+##################################################
+## Collider type
+##################################################
+
+read Matchbox/EPCollider.in
+
+##################################################
+## Beam energies
+##################################################
+
+cd /Herwig/EventHandlers
+set DISLuminosity:BeamEMaxA 27.5.*GeV
+set DISLuminosity:BeamEMaxB 820.*GeV
+
+##################################################
+## Process selection
+##################################################
+
+## Note that event generation may fail if no matching matrix element has
+## been found. Coupling orders are with respect to the Born process,
+## i.e. NLO QCD does not require an additional power of alphas.
+
+## Set the order of the couplings
+cd /Herwig/MatrixElements/Matchbox
+set Factory:OrderInAlphaS 0
+set Factory:OrderInAlphaEW 2
+
+## Select the process
+## You may use identifiers such as p, pbar, j, l, mu+, h0 etc.
+do Factory:Process e+ p -> e+ j
+
+##################################################
+## Matrix element library selection
+##################################################
+
+## Select a generic tree/loop combination or a
+## specialized NLO package
+
+# read Matchbox/MadGraph-GoSam.in
+# read Matchbox/MadGraph-NJet.in
+# read Matchbox/MadGraph-OpenLoops.in
+# read Matchbox/HJets.in
+# read Matchbox/VBFNLO.in
+
+##################################################
+## Cut selection
+## See the documentation for more options
+##################################################
+
+## cuts on additional jets
+
+# read Matchbox/DefaultEPJets.in
+
+# insert JetCuts:JetRegions 0 FirstJet
+# insert JetCuts:JetRegions 1 SecondJet
+# insert JetCuts:JetRegions 2 ThirdJet
+
+##################################################
+## Scale choice
+## See the documentation for more options
+##################################################
+
+set Factory:ScaleChoice /Herwig/MatrixElements/Matchbox/Scales/LeptonQ2Scale
+
+##################################################
+## Matching and shower selection
+##################################################
+
+read Matchbox/MCatNLO-DefaultShower.in
+# read Matchbox/Powheg-DefaultShower.in
+# read Matchbox/LO-DefaultShower.in
+
+# read Matchbox/MCatNLO-DipoleShower.in
+# read Matchbox/Powheg-DipoleShower.in
+# read Matchbox/LO-DipoleShower.in
+
+# read Matchbox/NLO-NoShower.in
+# read Matchbox/LO-NoShower.in
+
+##################################################
+## Scale uncertainties
+##################################################
+
+# read Matchbox/MuDown.in
+# read Matchbox/MuUp.in
+
+##################################################
+## Shower scale uncertainties
+##################################################
+
+# read Matchbox/MuQDown.in
+# read Matchbox/MuQUp.in
+
+##################################################
+## PDF choice
+##################################################
+
+read Matchbox/FiveFlavourScheme.in
+set /Herwig/Partons/PDFSet:PDFName CT10.LHgrid
+
+##################################################
+## Analyses
+##################################################
+
+# cd /Herwig/Analysis
+# insert Rivet:Analyses 0 XXX_2015_ABC123
+# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 Rivet
+# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 HepMC
+
+##################################################
+## Save the generator
+##################################################
+
+do /Herwig/MatrixElements/Matchbox/Factory:ProductionMode
+
+cd /Herwig/Generators
+saverun Matchbox EventGenerator
diff --git a/src/Matchbox/LEP-Matchbox.in b/src/Matchbox/LEP-Matchbox.in
new file mode 100644
--- /dev/null
+++ b/src/Matchbox/LEP-Matchbox.in
@@ -0,0 +1,122 @@
+##################################################
+## Herwig++/Matchbox example input file
+##################################################
+
+##################################################
+## Collider type
+##################################################
+
+read Matchbox/EECollider.in
+
+##################################################
+## Beam energy sqrt(s)
+##################################################
+
+cd /Herwig/EventHandlers
+set EventHandler:LuminosityFunction:Energy 91.2*GeV
+
+##################################################
+## Process selection
+##################################################
+
+## Note that event generation may fail if no matching matrix element has
+## been found. Coupling orders are with respect to the Born process,
+## i.e. NLO QCD does not require an additional power of alphas.
+
+## Set the order of the couplings
+cd /Herwig/MatrixElements/Matchbox
+set Factory:OrderInAlphaS 0
+set Factory:OrderInAlphaEW 2
+
+## Select the process
+## You may use identifiers such as p, pbar, j, l, mu+, h0 etc.
+do Factory:Process e- e+ -> j j
+
+##################################################
+## Matrix element library selection
+##################################################
+
+## Select a generic tree/loop combination or a
+## specialized NLO package
+
+# read Matchbox/MadGraph-GoSam.in
+# read Matchbox/MadGraph-NJet.in
+# read Matchbox/MadGraph-OpenLoops.in
+# read Matchbox/HJets.in
+# read Matchbox/VBFNLO.in
+
+## Uncomment this to use ggh effective couplings
+## currently only supported by MadGraph-GoSam
+
+# read Matchbox/HiggsEffective.in
+
+##################################################
+## Cut selection
+## See the documentation for more options
+##################################################
+
+## cuts on additional jets
+
+# read Matchbox/DefaultEEJets.in
+
+# set NJetsCut:NJetsMin 3
+
+##################################################
+## Scale choice
+## See the documentation for more options
+##################################################
+
+set Factory:ScaleChoice /Herwig/MatrixElements/Matchbox/Scales/SHatScale
+
+##################################################
+## Matching and shower selection
+##################################################
+
+read Matchbox/MCatNLO-DefaultShower.in
+# read Matchbox/Powheg-DefaultShower.in
+# read Matchbox/LO-DefaultShower.in
+
+# read Matchbox/MCatNLO-DipoleShower.in
+# read Matchbox/Powheg-DipoleShower.in
+# read Matchbox/LO-DipoleShower.in
+
+# read Matchbox/NLO-NoShower.in
+# read Matchbox/LO-NoShower.in
+
+##################################################
+## Scale uncertainties
+##################################################
+
+# read Matchbox/MuDown.in
+# read Matchbox/MuUp.in
+
+##################################################
+## Shower scale uncertainties
+##################################################
+
+# read Matchbox/MuQDown.in
+# read Matchbox/MuQUp.in
+
+##################################################
+## Massless b quarks
+##################################################
+
+read Matchbox/FiveFlavourScheme.in
+
+##################################################
+## Analyses
+##################################################
+
+# cd /Herwig/Analysis
+# insert Rivet:Analyses 0 XXX_2015_ABC123
+# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 Rivet
+# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 HepMC
+
+##################################################
+## Save the generator
+##################################################
+
+do /Herwig/MatrixElements/Matchbox/Factory:ProductionMode
+
+cd /Herwig/Generators
+saverun Matchbox EventGenerator
diff --git a/src/Matchbox/LHC-Matchbox.in b/src/Matchbox/LHC-Matchbox.in
new file mode 100644
--- /dev/null
+++ b/src/Matchbox/LHC-Matchbox.in
@@ -0,0 +1,126 @@
+##################################################
+## Herwig++/Matchbox example input file
+##################################################
+
+##################################################
+## Collider type
+##################################################
+
+read Matchbox/PPCollider.in
+
+##################################################
+## Beam energy sqrt(s)
+##################################################
+
+cd /Herwig/EventHandlers
+set EventHandler:LuminosityFunction:Energy 8000*GeV
+
+##################################################
+## Process selection
+##################################################
+
+## Note that event generation may fail if no matching matrix element has
+## been found. Coupling orders are with respect to the Born process,
+## i.e. NLO QCD does not require an additional power of alphas.
+
+## Set the order of the couplings
+cd /Herwig/MatrixElements/Matchbox
+set Factory:OrderInAlphaS 0
+set Factory:OrderInAlphaEW 2
+
+## Select the process
+## You may use identifiers such as p, pbar, j, l, mu+, h0 etc.
+do Factory:Process p p -> e+ e-
+
+##################################################
+## Matrix element library selection
+##################################################
+
+## Select a generic tree/loop combination or a
+## specialized NLO package
+
+# read Matchbox/MadGraph-GoSam.in
+# read Matchbox/MadGraph-NJet.in
+# read Matchbox/MadGraph-OpenLoops.in
+# read Matchbox/HJets.in
+# read Matchbox/VBFNLO.in
+
+## Uncomment this to use ggh effective couplings
+## currently only supported by MadGraph-GoSam
+
+# read Matchbox/HiggsEffective.in
+
+##################################################
+## Cut selection
+## See the documentation for more options
+##################################################
+
+## cuts on additional jets
+
+# read Matchbox/DefaultPPJets.in
+
+# insert JetCuts:JetRegions 0 FirstJet
+# insert JetCuts:JetRegions 1 SecondJet
+# insert JetCuts:JetRegions 2 ThirdJet
+# insert JetCuts:JetRegions 3 FourthJet
+
+##################################################
+## Scale choice
+## See the documentation for more options
+##################################################
+
+set Factory:ScaleChoice /Herwig/MatrixElements/Matchbox/Scales/LeptonPairMassScale
+
+##################################################
+## Matching and shower selection
+##################################################
+
+read Matchbox/MCatNLO-DefaultShower.in
+# read Matchbox/Powheg-DefaultShower.in
+# read Matchbox/LO-DefaultShower.in
+
+# read Matchbox/MCatNLO-DipoleShower.in
+# read Matchbox/Powheg-DipoleShower.in
+# read Matchbox/LO-DipoleShower.in
+
+# read Matchbox/NLO-NoShower.in
+# read Matchbox/LO-NoShower.in
+
+##################################################
+## Scale uncertainties
+##################################################
+
+# read Matchbox/MuDown.in
+# read Matchbox/MuUp.in
+
+##################################################
+## Shower scale uncertainties
+##################################################
+
+# read Matchbox/MuQDown.in
+# read Matchbox/MuQUp.in
+
+##################################################
+## PDF choice
+##################################################
+
+read Matchbox/FiveFlavourScheme.in
+set /Herwig/Partons/PDFSet:PDFName CT10.LHgrid
+
+##################################################
+## Analyses
+##################################################
+
+# cd /Herwig/Analysis
+# insert Rivet:Analyses 0 XXX_2015_ABC123
+# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 Rivet
+# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 HepMC
+
+##################################################
+## Save the generator
+##################################################
+
+do /Herwig/MatrixElements/Matchbox/Factory:ProductionMode
+
+cd /Herwig/Generators
+saverun Matchbox EventGenerator
diff --git a/src/Matchbox/Makefile.am b/src/Matchbox/Makefile.am
--- a/src/Matchbox/Makefile.am
+++ b/src/Matchbox/Makefile.am
@@ -1,47 +1,50 @@
BUILT_SOURCES = done-all-links
Matchboxdir = ${pkgdatadir}/Matchbox
INPUTFILES = \
DefaultEEJets.in \
DefaultEPJets.in \
DefaultPPJets.in \
EECollider.in \
EPCollider.in \
FiveFlavourScheme.in \
FourFlavourScheme.in \
GenericCollider.in \
HiggsEffective.in \
HJets.in \
IdentifiedBs.in \
InclusiveDurhamJets.in \
IncreaseVerbosity.in \
LO-DefaultShower.in \
LO-DipoleShower.in \
LO.in \
LO-NoShower.in \
MadGraph-GoSam.in \
MadGraph-NJet.in \
MadGraph-OpenLoops.in \
MCatNLO-DefaultShower.in \
MCatNLO-DipoleShower.in \
MuDown.in \
MuQDown.in \
MuUp.in \
NLO-NoShower.in \
Powheg-DefaultShower.in \
Powheg-DipoleShower.in \
Powheg.in \
PPCollider.in \
-VBFNLO.in
+VBFNLO.in \
+LEP-Matchbox.in \
+DIS-Matchbox.in \
+LHC-Matchbox.in
dist_Matchbox_DATA = $(INPUTFILES)
CLEANFILES = done-all-links
done-all-links: $(INPUTFILES)
@echo "Linking input files"
@for i in $(INPUTFILES); do \
if test -f $(srcdir)/$$i -a ! -e $$i; then \
$(LN_S) -f $(srcdir)/$$i; fi; done
@touch done-all-links

File Metadata

Mime Type
text/x-diff
Expires
Sat, Dec 21, 6:28 PM (8 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023803
Default Alt Text
(15 KB)

Event Timeline