source: HiSusy/trunk/Pythia8/pythia8170/examples/main13.cmnd @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 1.5 KB
Line 
1! main13.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.
8Main:timesAllowErrors = 3          ! how many aborts before run stops
9
10! 2) Settings related to output in init(), next() and stat().
11Init:showChangedSettings = on      ! list changed settings
12Init:showChangedParticleData = off ! list changed particle data
13Next:numberCount =   0             ! print message every n events, 0 = off
14Next:numberShowLHA = 1             ! print LHA information n times
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) Other common settings.
206:m0 = 175.                        ! same m_t as Pythia 6.4 to compare
21
22! 4) The number of subruns to execute.
23Main:numberOfSubruns = 2
24
25! 5) Information specific to the first subrun
26Main:subrun = 1                    ! matches readFile( ..., 1)
27Beams:frameType = 4                ! use LHEF input
28Beams:LHEF = ttbar.lhe             ! first LHEF event file
29
30! 6) Information specific to the second subrun
31Main:subrun = 2                    ! matches readFile( ..., 2)
32Beams:newLHEFsameInit = on         ! no reinitialization needed/wanted
33Beams:LHEF = ttbar2.lhe            ! second LHEF event file
Note: See TracBrowser for help on using the repository browser.