CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple LM1_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(42.11),
8  maxEventsToPrint = cms.untracked.int32(0),
9  comEnergy = cms.double(10000.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  # This is a vector of ParameterSet names to be read, in this order
17  parameterSets = cms.vstring('pythiaUESettings',
18  'processParameters',
19  'SLHAParameters'),
20  SLHAParameters = cms.vstring("SLHAFILE = \'Configuration/Generator/data/CSA07SUSYBSM_LM1_isasdkpyt_slha.out\' ! Name of the SLHA spectrum file")
21  )
22 )

Definition at line 4 of file LM1_cfi.py.