]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8145/examples/main22.cmnd
Use Output directive instead of the old OutputFile and OUtputArchive. Save fileinfo...
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / examples / main22.cmnd
1 ! main22.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
5 ! 1) Settings that could be used in a main program, if desired.
6 Main:numberOfEvents = 10000        ! number of events to generate
7 Main:numberToList = 2              ! number of events to print
8 Main:timesToShow = 20              ! show how far along run is
9 Main:showChangedSettings = on      ! print changed flags/modes/parameters
10 Main:showAllSettings = off         ! print all flags/modes/parameters
11 Main:showChangedParticleData = off  ! print changed particle and decay data
12 #Main:showAllParticleData = off      ! print all particle and decay data
13
14 ! 2) Beam parameter settings. Values below agree with default ones.
15 Beams:idA = 2212                   ! first beam, p = 2212, pbar = -2212
16 Beams:idB = 2212                   ! second beam, p = 2212, pbar = -2212
17 Beams:eCM = 14000.                 ! CM energy of collision
18
19 ! 3) Read SLHA spectrum, with or without DECAY tables
20 SLHA:file = sps1a.spc       
21 #SLHA:file = sps1aWithDecays.spc      
22
23 ! 4) Process selection 
24 SUSY:all = on                      ! Switches on ALL (~400) SUSY processes
25 #SUSY:gg2gluinogluino  = on      
26 #SUSY:qqbar2gluinogluino  = on
27 #SUSY:qg2squarkgluino = on
28 #SUSY:gg2squarkantisquark = on
29 #SUSY:qqbar2squarkantisquark = on
30 #SUSY:qq2squarksquark = on
31 #SUSY:qqbar2chi0chi0  = on
32 #SUSY:qqbar2chi+-chi0 = on
33 #SUSY:qqbar2chi+chi-  = on
34 #SUSY:qg2chi0squark = on
35 #SUSY:qg2chi+-squark  = on
36 ! Optionally select only specific sparticle codes in the final state
37 #SUSY:idA        = 2000001           ! 0: all
38 #SUSY:idB        = 2000001           ! 0: all
39
40 ! 5) Settings for the event generation process in the Pythia8 library.
41 PartonLevel:MI = off               ! no multiple interactions
42 PartonLevel:ISR = off              ! no initial-state radiation 
43 PartonLevel:FSR = off              ! no final-state radiation
44 HadronLevel:Hadronize = off        ! no hadronization