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