Fork me on GitHub

source: git/examples/Pythia8/generatePileUpCMS.cmnd@ bbe45e7

ImprovedOutputFile Timing dual_readout llp
Last change on this file since bbe45e7 was bbe45e7, checked in by Michele Selvaggi <michele.selvaggi@…>, 8 years ago

added pythia8 pile-up card, taking parameters from:
https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/FSQ-RunIISummer15GS-00001/0

  • Property mode set to 100644
File size: 1.9 KB
Line 
1! Lines not beginning with a letter or digit are comments.
2! Names are case-insensitive - but spellings-sensitive!
3! The changes here are illustrative, not always physics-motivated.
4
5! 1) Settings that will be used in a main program.
6Main:numberOfEvents = 100000 ! number of events to generate
7Main:timesAllowErrors = 3 ! abort run after this many flawed events
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 = 5 ! 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
20Random:setSeed = on
21Random:setSeed = 10
22
23! 3) Beam parameter settings. Values below agree with default ones.
24Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
25Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
26Beams:eCM = 14000. ! CM energy of collision
27
28! Common Settings
29
30Tune:preferLHAPDF = 2
31Main:timesAllowErrors = 10000
32Check:epTolErr = 0.01
33Beams:setProductionScalesFromLHEF = off
34SLHA:keepSM = on
35SLHA:minMassSM = 1000.
36ParticleDecays:limitTau0 = on
37ParticleDecays:tau0Max = 10
38ParticleDecays:allowPhotonRadiation = on
39
40! CUEP8M1 Settings
41
42Tune:pp 14
43Tune:ee 7
44MultipartonInteractions:pT0Ref=2.4024
45MultipartonInteractions:ecmPow=0.25208
46MultipartonInteractions:expPow=1.6
47
48! Process parameters
49
50SoftQCD:nonDiffractive = on
51SoftQCD:singleDiffractive = on
52SoftQCD:doubleDiffractive = on
53
Note: See TracBrowser for help on using the repository browser.