00001 cms.Source("PythiaSource",
00002 pythiaPylistVerbosity = cms.untracked.int32(0),
00003 maxEvents = cms.untracked.int32(0),
00004 pythiaHepMCVerbosity = cms.untracked.bool(False),
00005 comEnergy = cms.untracked.double(14000.0),
00006 maxEventsToPrint = cms.untracked.int32(0),
00007 PythiaParameters = cms.PSet(
00008 pythiaUESettingsBlock,
00009 processParameters = cms.vstring('MSEL=39 ! All SUSY processes ',
00010 'IMSS(1) = 11 ! Spectrum from external SLHA file',
00011 'IMSS(21) = 33 ! LUN number for SLHA File (must be 33) ',
00012 'IMSS(22) = 33',
00013 'IMSS(11) = 1 ! gravitino as LSP ',
00014 'RMSS(21) = 4000000 ! gravitino mass in eV'),
00015
00016 parameterSets = cms.vstring('pythiaUESettings',
00017 'pythia',
00018 'processParameters',
00019 'SLHAParameters'),
00020 pythia = cms.vstring('MSTP(128) = 2',
00021 'MSTJ(22) = 1'),
00022 SLHAParameters = cms.vstring('SLHAFILE = "isa-slha.out" ')
00023 )
00024 )