Last change
on this file was 6ec8d18, checked in by Michele Selvaggi <michele.selvaggi@…>, 9 years ago |
added Pythia8 examples
|
-
Property mode
set to
100644
|
File size:
722 bytes
|
Line | |
---|
1 | ! 1) Settings used in the main program.
|
---|
2 |
|
---|
3 | Main:numberOfEvents = 10 ! number of events to generate
|
---|
4 | Main:timesAllowErrors = 3 ! how many aborts before run stops
|
---|
5 |
|
---|
6 | ! 2) Settings related to output in init(), next() and stat().
|
---|
7 |
|
---|
8 | Init:showChangedSettings = on ! list changed settings
|
---|
9 | Init:showChangedParticleData = off ! list changed particle data
|
---|
10 | Next:numberCount = 100 ! print message every n events
|
---|
11 | Next:numberShowInfo = 1 ! print event information n times
|
---|
12 | Next:numberShowProcess = 1 ! print process record n times
|
---|
13 | Next:numberShowEvent = 0 ! print event record n times
|
---|
14 |
|
---|
15 | ! 3) Set the input LHE file
|
---|
16 |
|
---|
17 | Beams:frameType = 4
|
---|
18 | Beams:LHEF = examples/Pythia8/events.lhe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.