! main22.cmnd ! This file contains commands to be read in for a Pythia8 run. ! Lines not beginning with a letter or digit are comments. ! 1) Settings that could be used in a main program, if desired. Main:numberOfEvents = 10000 ! number of events to generate Main:numberToList = 2 ! number of events to print Main:timesToShow = 20 ! show how far along run is Main:showChangedSettings = on ! print changed flags/modes/parameters Main:showAllSettings = off ! print all flags/modes/parameters Main:showChangedParticleData = off ! print changed particle and decay data #Main:showAllParticleData = off ! print all particle and decay data ! 2) Beam parameter settings. Values below agree with default ones. Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212 Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212 Beams:eCM = 14000. ! CM energy of collision ! 3) Read SLHA spectrum, with or without DECAY tables SLHA:file = sps1a.spc #SLHA:file = sps1aWithDecays.spc ! 4) Process selection SUSY:all = on ! Switches on ALL (~400) SUSY processes #SUSY:gg2gluinogluino = on #SUSY:qqbar2gluinogluino = on #SUSY:qg2squarkgluino = on #SUSY:gg2squarkantisquark = on #SUSY:qqbar2squarkantisquark = on #SUSY:qq2squarksquark = on #SUSY:qqbar2chi0chi0 = on #SUSY:qqbar2chi+-chi0 = on #SUSY:qqbar2chi+chi- = on #SUSY:qg2chi0squark = on #SUSY:qg2chi+-squark = on ! Optionally select only specific sparticle codes in the final state #SUSY:idA = 2000001 ! 0: all #SUSY:idB = 2000001 ! 0: all ! 5) Settings for the event generation process in the Pythia8 library. PartonLevel:MI = off ! no multiple interactions PartonLevel:ISR = off ! no initial-state radiation PartonLevel:FSR = off ! no final-state radiation HadronLevel:Hadronize = off ! no hadronization