CMS 3D CMS Logo

Variables

GM1_cfi Namespace Reference

Variables

tuple generator

Variable Documentation

Initial value:
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(2.865),
00008     maxEventsToPrint = cms.untracked.int32(0),
00009     comEnergy = cms.double(10000.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             'IMSS(11) = 1             ! Set gravitino as LSP', 
00017             'RMSS(21) = 0             ! The gravitino mass'),
00018         # This is a vector of ParameterSet names to be read, in this order
00019         parameterSets = cms.vstring('pythiaUESettings', 
00020             'processParameters', 
00021             'SLHAParameters'),
00022         SLHAParameters = cms.vstring("SLHAFILE = \'Configuration/Generator/data/CSA07SUSYBSM_GM1fran_isasdkpyt_slha.out\'           ! Name of the SLHA spectrum file")
00023     )
00024 )

Definition at line 4 of file GM1_cfi.py.