CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia8CommonSettings_cfi.py
Go to the documentation of this file.
2 
3 pythia8CommonSettingsBlock = cms.PSet(
4  pythia8CommonSettings = cms.vstring(
5  'Main:timesAllowErrors = 10000',
6  'Check:epTolErr = 0.01',
7  'Beams:setProductionScalesFromLHEF = off',
8  'SLHA:keepSM = on',
9  'SLHA:minMassSM = 1000.',
10  'ParticleDecays:limitTau0 = on',
11  'ParticleDecays:tau0Max = 10',
12  'ParticleDecays:allowPhotonRadiation = on',
13  )
14 )