12 source = cms.Source(
"PythiaSource",
13 pythiaPylistVerbosity = cms.untracked.int32(0),
14 maxEvents = cms.untracked.int32(0),
15 pythiaHepMCVerbosity = cms.untracked.bool(
False),
16 comEnergy = cms.untracked.double(14000.0),
17 maxEventsToPrint = cms.untracked.int32(0),
18 PythiaParameters = cms.PSet(
19 pythiaUESettingsBlock,
20 processParameters = cms.vstring(
'MSEL=39 ! All SUSY processes ',
21 'IMSS(1) = 11 ! Spectrum from external SLHA file',
22 'IMSS(21) = 33 ! LUN number for SLHA File (must be 33) ',
24 'IMSS(11) = 1 ! gravitino as LSP ',
25 'RMSS(21) = 4000000 ! gravitino mass in eV'),
27 parameterSets = cms.vstring(
'pythiaUESettings',
31 pythia = cms.vstring(
'MSTP(128) = 2',
33 SLHAParameters = cms.vstring(
'SLHAFILE = "isa-slha.out" ')