]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8145/examples/main06.cmnd
New pythia8 version
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / examples / main06.cmnd
1 ! File: main06.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 changes here are illustrative, not always physics-motivated.
6
7 ! 1) Settings that could be used in a main program, if desired.
8 Main:numberOfEvents = 20000        ! number of events to generate
9 Main:numberToList = 1              ! number of events to print
10 Main:timesToShow = 20              ! show how far along run is this many times
11 Main:timesAllowErrors = 10         ! abort run after this many flawed events
12 Main:showChangedSettings = on      ! print changed flags/modes/parameters
13 #Main:showAllSettings = on          ! print all flags/modes/parameters
14 #Main:showChangedParticleData = on  ! print changed particle and decay data
15 #Main:showAllParticleData = on      ! print all particle and decay data
16
17 ! 2) Beam parameter settings. Values below agree with default ones.
18 Beams:idA = 2212                   ! first beam, p = 2212, pbar = -2212
19 Beams:idB = 2212                   ! second beam, p = 2212, pbar = -2212
20 Beams:eCM = 14000.                 ! CM energy of collision
21
22 ! 3) Settings for process generation internal to Pythia8.
23 SoftQCD:elastic = on               ! elastic scattering
24 SoftQCD:singleDiffractive = on     ! single diffractive scattering
25 SoftQCD:doubleDiffractive = on     ! double diffractive scattering
26
27 ! 4) Optionally switch on hand-set cross section and Coulomb term.
28 ! Note: these values are illustrative only, not to be taken seriously.
29 SigmaTotal:setOwn = on             ! set your own total/elastic/diffractive sigma
30 SigmaTotal:sigmaTot = 106.         ! total cross section (excluding Coulomb)
31 SigmaTotal:sigmaXX = 3.            ! reduce double diffractive cross section 
32 SigmaElastic:setOwn = on           ! suboption for Coulomb term in elastic
33 SigmaElastic:tAbsMin = 4e-5        ! divergence requires lower cutoff
34
35 ! 5) Switch off some key components of the simulation, for comparisons.
36 #PartonLevel:all = off              ! stop after hard process 
37
38