source:
git/examples/Pythia8/configLHE.cmnd@
341014c
Last change on this file since 341014c was 6ec8d18, checked in by , 9 years ago | |
---|---|
|
|
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.