import FWCore.ParameterSet.Config as cms generator = cms.EDFilter("Pythia8GeneratorFilter", comEnergy = cms.double(8000.0), crossSection = cms.untracked.double(1.710e-04), filterEfficiency = cms.untracked.double(1.0), maxEventsToPrint = cms.untracked.int32(0), pythiaHepMCVerbosity = cms.untracked.bool(False), pythiaPylistVerbosity = cms.untracked.int32(0), PythiaParameters = cms.PSet( processParameters = cms.vstring( 'Main:timesAllowErrors = 10000', 'ParticleDecays:limitTau0 = on', 'ParticleDecays:tauMax = 10', 'ExcitedFermion:bg2bStar = on', '4000005:m0 = 3000.', '4000005:onMode = off', '4000005:onIfMatch = 21 5', 'ExcitedFermion:Lambda = 3000.', 'ExcitedFermion:coupFprime = 1.', 'ExcitedFermion:coupF = 1.', 'ExcitedFermion:coupFcol = 1.', 'Tune:pp 5', 'Tune:ee 3', ), parameterSets = cms.vstring('processParameters') ) )