Fork me on GitHub

source: git/examples/Pythia8/configParticleGun.cmnd@ 971db5b

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 971db5b was 971db5b, checked in by Alexandre Mertens <alexandre.mertens@…>, 8 years ago

first version working with particles (not jet) and fixed value of Energy

  • Property mode set to 100644
File size: 832 bytes
Line 
1ProcessLevel:all = off
2
3! 1) Settings used in the main program.
4
5Main:numberOfEvents = 1000 ! number of events to generate
6Main:timesAllowErrors = 3 ! how many aborts before run stops
7Main:spareFlag1 = on ! true means particle gun
8Main:spareMode1 = 11 ! Id of the shooted particles
9
10! 2) Settings related to output in init(), next() and stat().
11
12Init:showChangedSettings = on ! list changed settings
13Init:showChangedParticleData = off ! list changed particle data
14Next:numberCount = 100 ! print message every n events
15Next:numberShowInfo = 1 ! print event information n times
16Next:numberShowProcess = 1 ! print process record n times
17Next:numberShowEvent = 0 ! print event record n times
18
19! 3) Set the input LHE file
20
21! Beams:frameType = 4
Note: See TracBrowser for help on using the repository browser.