Fork me on GitHub

source: git/examples/Pythia8/configRhadron.cmnd@ fec809d

Timing
Last change on this file since fec809d was 1363bf5, checked in by Michele Selvaggi <michele.selvaggi@…>, 5 years ago

fixed relative path of slha file

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[258feee]1! This file contains commands to be read in for a Pythia8 run.
2! Lines not beginning with a letter or digit are comments.
3
4! 1) Settings parameters used in a main program
5!Main:numberOfEvents = 10000 ! number of events to generate
6Main:numberOfEvents = 10 ! number of events to generate
7Main:timesAllowErrors = 30 ! max number of allowed errors
8
9! 2) Settings related to output in init(), next() and stat().
10Init:showChangedSettings = on ! list changed settings
11Init:showAllSettings = off ! list all settings
12Init:showChangedParticleData = on ! list changed particle data
13Init:showAllParticleData = off ! list all particle data
14Next:numberCount = 1000 ! print message every n events
15Next:numberShowLHA = 1 ! print LHA information n times
16Next:numberShowInfo = 1 ! print event information n times
17Next:numberShowProcess = 1 ! print process record n times
18Next:numberShowEvent = 1 ! print event record n times
19Stat:showPartonLevel = on ! additional statistics on MPI
20
21! 3) LHC beams parameter settings.
22Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212, e = 11
23Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
24Beams:eCM = 100000 ! CM energy of collision
25
26! 5) Settings for the hard-process generation
27SUSY:all = off ! Switches off ALL (~400) SUSY processes
28!SLHA:file = cards/split_stop.slha ! SLHA file
[1363bf5]29SLHA:file = examples/Pythia8/split_stop.slha ! SLHA file
[258feee]30SLHA:useDecayTable = on ! Read in SLHA DECAY tables [change for full scan]
31SLHA:readFrom = 2
32SLHA:verbose = 0 ! verbosity
33# set process
34SUSY:gg2squarkantisquark = on ! stop pair production
35SUSY:qqbar2squarkantisquark = on ! stop pair production
36SUSY:qq2squarksquark = on ! stop pair production
37RHadrons:allow = on ! Allow stop-hadronization
38
39
40! 5) Settings for the event generation process in the Pythia8 library.
41PartonLevel:MPI = on ! multiple interactions
42PartonLevel:ISR = on ! initial-state radiation
43PartonLevel:FSR = on ! final-state radiation
44HadronLevel:Hadronize = on ! hadronization
45ParticleDecays:xyMax = 129. ! radius of the cylinder in mm (CMS detector proportions)
46ParticleDecays:zMax = 300. ! half-high of the cylinder in mm
47ParticleDecays:limitCylinder = on ! Acticate max limit cyliner defined above
Note: See TracBrowser for help on using the repository browser.