CMS 3D CMS Logo

Variables

pythiaGMSB_cfi Namespace Reference

Variables

tuple source

Variable Documentation

Initial value:
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         # This is a vector of ParameterSet names to be read, in this order
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 )

Definition at line 12 of file pythiaGMSB_cfi.py.