source: HiSusy/trunk/Pythia8/pythia8170/examples/main07.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: 2.0 KB
Line 
1! main07.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 used in the main program.
6Main:numberOfEvents = 1000         ! number of events to generate
7Main:timesAllowErrors = 5          ! allow a few failures before quitting
8
9! 2) Settings related to output in init(), next() and stat().
10Init:showChangedSettings = on      ! list changed settings
11Init:showChangedParticleData = on  ! list changed particle data
12Next:numberCount = 100             ! print message every n events
13Next:numberShowInfo = 1            ! print event information n times
14Next:numberShowProcess = 1         ! print process record n times
15Next:numberShowEvent = 1           ! print event record n times
16
17! 3) Beam parameter settings. Incoming beams do not radiate.
18Beams:idA = -11                    ! ficititious incoming e+
19Beams:idB = 11                     ! ficititious incoming e-
20PDF:lepton = off                   ! no radiation off ficititious e+e-
21Beams:eCM = 500.                   ! CM energy of collision
22
23! 4) Set up properties of the GeneralResonance and its decay channels.
24! id:all = name antiName spinType chargeType colType m0 mWidth mMin mMax tau0
25999999:all = GeneralResonance void 1 0 0 500. 1. 0. 0. 0.
26! id:addChannel = onMode bRatio meMode product1 product2 ...
27! Note: sum of branching ratios automatically rescaled to 1.
28! Current channels illustrative only; insert your own decay list.
29999999:addChannel = 1 0.2 101 1 -1   !  -> d dbar
30999999:addChannel = 1 0.2 101 6 -6   !  -> t tbar
31999999:addChannel = 1 0.2 101 15 -15 !  -> tau- tau+
32999999:addChannel = 1 0.2 101 24 -24 !  -> W+ W-
33999999:addChannel = 1 0.2 101 25 25  !  -> h0 h0
34
35! 5) Tell that also long-lived should decay.
3613:mayDecay   = true                 ! mu+-
37211:mayDecay  = true                 ! pi+-
38321:mayDecay  = true                 ! K+-
39130:mayDecay  = true                 ! K0_L
402112:mayDecay = true                 ! n
Note: See TracBrowser for help on using the repository browser.