CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple H165WW2L_8TeV_TuneCUETP8M1_cfi.generator
Initial value:
1 = cms.EDFilter("Pythia8GeneratorFilter",
2  pythiaPylistVerbosity = cms.untracked.int32(1),
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(0.325),
8  maxEventsToPrint = cms.untracked.int32(3),
9  comEnergy = cms.double(8000.0),
10  PythiaParameters = cms.PSet(
11  pythia8CommonSettingsBlock,
12  pythia8CUEP8M1SettingsBlock,
13  processParameters = cms.vstring(
14  'HiggsSM:gg2H = on',
15  'HiggsSM:ff2Hff(t:WW) = on',
16  'HiggsSM:ff2Hff(t:ZZ) = on ',
17  '25:m0 = 165'
18  '25:onMode = off',
19  '25:onIfAny = 24 24',
20  '24:onMode = off',
21  '24:onMode = 11',
22  '24:onMode = 13',
23  '24:onMode = 15',
24  ),
25  parameterSets = cms.vstring('pythia8CommonSettings',
26  'pythia8CUEP8M1Settings',
27  'processParameters',
28  )
29  )
30  )

Definition at line 4 of file H165WW2L_8TeV_TuneCUETP8M1_cfi.py.