1 | ! main03.cmnd.
|
---|
2 | ! This file contains commands to be read in for a Pythia8 run.
|
---|
3 | ! Lines not beginning with a letter or digit are comments.
|
---|
4 | ! Names are case-insensitive - but spellings-sensitive!
|
---|
5 | ! The settings here are illustrative, not always physics-motivated.
|
---|
6 |
|
---|
7 | ! 1) Settings used in the main program.
|
---|
8 | Main:numberOfEvents = 500000 ! number of events to generate
|
---|
9 | Main:timesAllowErrors = 100 ! how many aborts before run stops
|
---|
10 |
|
---|
11 | ! 2) Settings related to output in init(), next() and stat().
|
---|
12 | Init:showChangedSettings = on ! list changed settings
|
---|
13 | Init:showChangedParticleData = off ! list changed particle data
|
---|
14 | Next:numberCount = 1000 ! print message every n events
|
---|
15 | Next:numberShowInfo = 10 ! print event information n times
|
---|
16 | Next:numberShowProcess = 10 ! print process record n times
|
---|
17 | Next:numberShowEvent = 0 ! print event record n times
|
---|
18 |
|
---|
19 | ! 3) Beam parameter settings. Values below agree with default ones.
|
---|
20 | Beams:idA = 11 ! first beam, p = 2212, pbar = -2212
|
---|
21 | Beams:idB = -11 ! second beam, p = 2212, pbar = -2212
|
---|
22 | Beams:eCM = 240. ! CM energy of collision
|
---|
23 |
|
---|
24 | ! 4) Settings for the hard-process generation.
|
---|
25 |
|
---|
26 | PartonLevel:ISR = on ! initial-state radiation
|
---|
27 | WeakSingleBoson:ffbar2gmZ = on
|
---|
28 | WeakSingleBoson:ffbar2W = on
|
---|
29 | 22:onMode = off
|
---|
30 | 22:onIfMatch = 13 13
|
---|
31 | 23:onMode = off
|
---|
32 | 23:onIfMatch = 13 13
|
---|
33 | 24:onMode = off
|
---|
34 | 24:onIfMatch = 13 13
|
---|