test
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.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CommonSettingsBlock = cms.PSet(
4  pythia8CommonSettings = cms.vstring(
5  'Tune:preferLHAPDF = 2',
6  'Main:timesAllowErrors = 10000',
7  'Check:epTolErr = 0.01',
8  'Beams:setProductionScalesFromLHEF = off',
9  'SLHA:keepSM = on',
10  'SLHA:minMassSM = 1000.',
11  'ParticleDecays:limitTau0 = on',
12  'ParticleDecays:tau0Max = 10',
13  'ParticleDecays:allowPhotonRadiation = on',
14  )
15 )