CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Configuration/Generator/python/LM9p_8TeV_cff.py

Go to the documentation of this file.
00001 
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 from Configuration.Generator.PythiaUEZ2starSettings_cfi import *
00005 
00006 Generator = cms.EDFilter("Pythia6GeneratorFilter",
00007     pythiaPylistVerbosity = cms.untracked.int32(1),
00008     filterEfficiency = cms.untracked.double(1.0),
00009     pythiaHepMCVerbosity = cms.untracked.bool(False),
00010     comEnergy = cms.double(8000.0),
00011     crossSection = cms.untracked.double(3.64),
00012     maxEventsToPrint = cms.untracked.int32(0),
00013     PythiaParameters = cms.PSet(
00014         pythiaUESettingsBlock,
00015         processParameters = cms.vstring(
00016                 'MSEL=39                  ! All SUSY processes ',
00017                 'IMSS(1) = 11             ! Spectrum from external SLHA file',
00018                 'IMSS(21) = 33            ! LUN number for SLHA File (must be 33) ',
00019                 'IMSS(22) = 33            ! Read-in SLHA decay table '),
00020         SLHAParameters = cms.vstring('SLHAFILE = Configuration/Generator/data/CSA07SUSYBSM_LM9p_sftsdkpyt_slha.out'),
00021         parameterSets = cms.vstring('pythiaUESettings', 
00022             'processParameters','SLHAParameters')
00023     )
00024 )