Fork me on GitHub

source: git/examples/Pythia8/configLHE.cmnd@ e57c062

ImprovedOutputFile Timing dual_readout llp
Last change on this file since e57c062 was 6ec8d18, checked in by Michele Selvaggi <michele.selvaggi@…>, 9 years ago

added Pythia8 examples

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