herwig is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (Repository path '/hepforge/hg/herwig/public/herwig' does not exist.). Look in the Trac log for more information.

Ticket #6: LHC-Matchbox.in

File LHC-Matchbox.in, 4.7 KB (added by Peter Richardson, 8 years ago)

input file

Line 
1# -*- ThePEG-repository -*-
2
3##################################################
4## Herwig/Matchbox example input file
5##################################################
6
7##################################################
8## Collider type
9##################################################
10
11read Matchbox/PPCollider.in
12
13##################################################
14## Beam energy sqrt(s)
15##################################################
16
17cd /Herwig/EventHandlers
18set EventHandler:LuminosityFunction:Energy 13000*GeV
19
20##################################################
21## Process selection
22##################################################
23
24## Note that event generation may fail if no matching matrix element has
25## been found.  Coupling orders are with respect to the Born process,
26## i.e. NLO QCD does not require an additional power of alphas.
27
28## Model assumptions
29#read Matchbox/StandardModelLike.in
30#read Matchbox/DiagonalCKM.in
31
32## Set the order of the couplings
33cd /Herwig/MatrixElements/Matchbox
34set Factory:OrderInAlphaS 0
35set Factory:OrderInAlphaEW 2
36
37## Select the process
38## You may use identifiers such as p, pbar, j, l, mu+, h0 etc.
39do Factory:Process p p W+ h0
40
41## Special settings required for on-shell production of unstable particles
42## enable for on-shell top production
43# read Matchbox/OnShellTopProduction.in
44## enable for on-shell W, Z or h production
45read Matchbox/OnShellWProduction.in
46# read Matchbox/OnShellZProduction.in
47read Matchbox/OnShellHProduction.in
48# Special settings for the VBF approximation
49# read Matchbox/VBFDiagramsOnly.in
50
51##################################################
52## Matrix element library selection
53##################################################
54
55## Select a generic tree/loop combination or a
56## specialized NLO package
57
58# read Matchbox/MadGraph-GoSam.in
59# read Matchbox/MadGraph-MadGraph.in
60# read Matchbox/MadGraph-NJet.in
61read Matchbox/MadGraph-OpenLoops.in
62# read Matchbox/HJets.in
63# read Matchbox/VBFNLO.in
64
65## Uncomment this to use ggh effective couplings
66## currently only supported by MadGraph-GoSam
67
68# read Matchbox/HiggsEffective.in
69
70##################################################
71## Cut selection
72## See the documentation for more options
73##################################################
74
75## cuts on additional jets
76
77# read Matchbox/DefaultPPJets.in
78
79# insert JetCuts:JetRegions 0 FirstJet
80# insert JetCuts:JetRegions 1 SecondJet
81# insert JetCuts:JetRegions 2 ThirdJet
82# insert JetCuts:JetRegions 3 FourthJet
83
84##################################################
85## Scale choice
86## See the documentation for more options
87##################################################
88
89cd /Herwig/MatrixElements/Matchbox
90set Factory:ScaleChoice /Herwig/MatrixElements/Matchbox/Scales/FixedScale
91set /Herwig/MatrixElements/Matchbox/Scales/FixedScale:FixedScale 125.7
92
93
94##################################################
95## Matching and shower selection
96## Please also see flavour scheme settings
97## towards the end of the input file.
98##################################################
99
100read Matchbox/MCatNLO-DefaultShower.in
101# read Matchbox/Powheg-DefaultShower.in
102## use for strict LO/NLO comparisons
103# read Matchbox/MCatLO-DefaultShower.in
104## use for improved LO showering
105# read Matchbox/LO-DefaultShower.in
106
107# read Matchbox/MCatNLO-DipoleShower.in
108# read Matchbox/Powheg-DipoleShower.in
109## use for strict LO/NLO comparisons
110# read Matchbox/MCatLO-DipoleShower.in
111## use for improved LO showering
112# read Matchbox/LO-DipoleShower.in
113
114# read Matchbox/NLO-NoShower.in
115# read Matchbox/LO-NoShower.in
116
117##################################################
118## Scale uncertainties
119##################################################
120
121# read Matchbox/MuDown.in
122# read Matchbox/MuUp.in
123
124##################################################
125## Shower scale uncertainties
126##################################################
127
128# read Matchbox/MuQDown.in
129# read Matchbox/MuQUp.in
130
131##################################################
132## PDF choice
133##################################################
134
135read Matchbox/FiveFlavourScheme.in
136## required for dipole shower and fixed order in five flavour scheme
137# read Matchbox/FiveFlavourNoBMassScheme.in
138read Matchbox/MMHT2014.in
139
140##################################################
141## Analyses
142##################################################
143
144# cd /Herwig/Analysis
145# insert Rivet:Analyses 0 XXX_2015_ABC123
146# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 Rivet
147# insert /Herwig/Generators/EventGenerator:AnalysisHandlers 0 HepMC
148
149##################################################
150## Save the generator
151##################################################
152
153do /Herwig/MatrixElements/Matchbox/Factory:ProductionMode
154
155cd /Herwig/Generators
156saverun LHC-Matchbox EventGenerator