CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
GM1_8TeV_cfi Namespace Reference

Variables

tuple generator
 

Variable Documentation

tuple GM1_8TeV_cfi.generator
Initial value:
1 = cms.EDFilter("Pythia6GeneratorFilter",
2  pythiaPylistVerbosity = cms.untracked.int32(0),
3  # put here the efficiency of your filter (1. if no filter)
4  filterEfficiency = cms.untracked.double(1.0),
5  pythiaHepMCVerbosity = cms.untracked.bool(False),
6  # put here the cross section of your process (in pb)
7  crossSection = cms.untracked.double(2.865),
8  maxEventsToPrint = cms.untracked.int32(0),
9  comEnergy = cms.double(8000.0),
10  PythiaParameters = cms.PSet(
11  pythiaUESettingsBlock,
12  processParameters = cms.vstring('MSEL=39 ! All SUSY processes ',
13  'IMSS(1) = 11 ! Spectrum from external SLHA file',
14  'IMSS(21) = 33 ! LUN number for SLHA File (must be 33) ',
15  'IMSS(22) = 33 ! Read-in SLHA decay table ',
16  'IMSS(11) = 1 ! Set gravitino as LSP',
17  'RMSS(21) = 0 ! The gravitino mass'),
18  # This is a vector of ParameterSet names to be read, in this order
19  parameterSets = cms.vstring('pythiaUESettings',
20  'processParameters',
21  'SLHAParameters'),
22  SLHAParameters = cms.vstring("SLHAFILE = \'Configuration/Generator/data/CSA07SUSYBSM_GM1fran_isasdkpyt_slha.out\' ! Name of the SLHA spectrum file")
23  )
24 )

Definition at line 4 of file GM1_8TeV_cfi.py.