CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

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

Definition at line 4 of file QQH120Inv_8TeV_TuneCUETP8M1_cfi.py.