Variables | |
tuple | generator |
00001 cms.EDFilter("Pythia6GeneratorFilter", 00002 pythiaPylistVerbosity = cms.untracked.int32(0), 00003 # put here the efficiency of your filter (1. if no filter) 00004 filterEfficiency = cms.untracked.double(1.0), 00005 pythiaHepMCVerbosity = cms.untracked.bool(False), 00006 # put here the cross section of your process (in pb) 00007 crossSection = cms.untracked.double(42.11), 00008 maxEventsToPrint = cms.untracked.int32(0), 00009 comEnergy = cms.double(7000.0), 00010 PythiaParameters = cms.PSet( 00011 pythiaUESettingsBlock, 00012 processParameters = cms.vstring('MSEL=39 ! All SUSY processes ', 00013 'IMSS(1) = 11 ! Spectrum from external SLHA file', 00014 'IMSS(21) = 33 ! LUN number for SLHA File (must be 33) ', 00015 'IMSS(22) = 33 ! Read-in SLHA decay table '), 00016 # This is a vector of ParameterSet names to be read, in this order 00017 parameterSets = cms.vstring('pythiaUESettings', 00018 'processParameters', 00019 'SLHAParameters'), 00020 SLHAParameters = cms.vstring("SLHAFILE = \'Configuration/Generator/data/CSA07SUSYBSM_LM1_sftsdkpyt_slha.out\' ! Name of the SLHA spectrum file") 00021 ) 00022 )
Definition at line 4 of file LM1_sfts_7TeV_cfi.py.