1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# Begin Parameter set input
#create ThePEG::RandomEngineGlue /Herwig/RandomGlue
#set /Herwig/Generators/LHCGenerator:RandomNumberGenerator /Herwig/RandomGlue
set /Herwig/Generators/LHCGenerator:NumberOfEvents 5
set /Herwig/Generators/LHCGenerator:DebugLevel 2
set /Herwig/Generators/LHCGenerator:PrintEvent 1
set /Herwig/Generators/LHCGenerator:MaxErrors 10000
set /Herwig/Particles/mu-:Stable Stable
set /Herwig/Particles/mu+:Stable Stable
set /Herwig/Particles/Sigma-:Stable Stable
set /Herwig/Particles/Sigmabar+:Stable Stable
set /Herwig/Particles/Lambda0:Stable Stable
set /Herwig/Particles/Lambdabar0:Stable Stable
set /Herwig/Particles/Sigma+:Stable Stable
set /Herwig/Particles/Sigmabar-:Stable Stable
set /Herwig/Particles/Xi-:Stable Stable
set /Herwig/Particles/Xibar+:Stable Stable
set /Herwig/Particles/Xi0:Stable Stable
set /Herwig/Particles/Xibar0:Stable Stable
set /Herwig/Particles/Omega-:Stable Stable
set /Herwig/Particles/Omegabar+:Stable Stable
set /Herwig/Particles/pi+:Stable Stable
set /Herwig/Particles/pi-:Stable Stable
set /Herwig/Particles/K+:Stable Stable
set /Herwig/Particles/K-:Stable Stable
set /Herwig/Particles/K_S0:Stable Stable
set /Herwig/Particles/K_L0:Stable Stable
set /Herwig/UnderlyingEvent/MPIHandler:EnergyExtrapolation Power
set /Herwig/UnderlyingEvent/MPIHandler:ReferenceScale 7000.*GeV
set /Herwig/UnderlyingEvent/MPIHandler:Power 0.33
set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.91*GeV
set /Herwig/Hadronization/ColourReconnector:ColourReconnection Yes
set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 0.49
set /Herwig/Partons/RemnantDecayer:colourDisrupt 0.80
set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 2.30
set /Herwig/UnderlyingEvent/MPIHandler:softInt Yes
set /Herwig/UnderlyingEvent/MPIHandler:twoComp Yes
set /Herwig/UnderlyingEvent/MPIHandler:DLmode 2
create ThePEG::LHAPDF /Herwig/Partons/cmsPDFSet ThePEGLHAPDF.so
set /Herwig/Partons/cmsPDFSet:PDFName cteq6ll.LHpdf
set /Herwig/Partons/cmsPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants
set /Herwig/Particles/p+:PDF /Herwig/Partons/cmsPDFSet
set /Herwig/Particles/pbar-:PDF /Herwig/Partons/cmsPDFSet
set /Herwig/UnderlyingEvent/MPIHandler:EnergyExtrapolation Power
set /Herwig/UnderlyingEvent/MPIHandler:ReferenceScale 7000.*GeV
set /Herwig/UnderlyingEvent/MPIHandler:Power 0.33
set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.91*GeV
set /Herwig/Hadronization/ColourReconnector:ColourReconnection Yes
set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 0.49
set /Herwig/Partons/RemnantDecayer:colourDisrupt 0.80
set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 2.30
set /Herwig/UnderlyingEvent/MPIHandler:softInt Yes
set /Herwig/UnderlyingEvent/MPIHandler:twoComp Yes
set /Herwig/UnderlyingEvent/MPIHandler:DLmode 2
set /Herwig/Generators/LHCGenerator:EventHandler:LuminosityFunction:Energy 13000.0
set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.2*GeV
insert /Herwig/MatrixElements/SimpleQCD:MatrixElements[0] /Herwig/MatrixElements/MEPP2ttbarH
saverun InterfaceTest /Herwig/Generators/LHCGenerator
|