1 import FWCore.ParameterSet.Config
as cms
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',
10 'SLHA:minMassSM = 1000.',
11 'ParticleDecays:limitTau0 = on',
12 'ParticleDecays:tau0Max = 10',
13 'ParticleDecays:allowPhotonRadiation = on',