CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple QQH1352T_13TeV_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  comEnergy = cms.double(13000.0),
6  pythiaHepMCVerbosity = cms.untracked.bool(False),
7  # put here the cross section of your process (in pb)
8  crossSection = cms.untracked.double(0.388),
9  maxEventsToPrint = cms.untracked.int32(3),
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 = 135',
18  '25:onMode = off',
19  '25:onIfAny = 15',
20  ),
21  parameterSets = cms.vstring('pythia8CommonSettings',
22  'pythia8CUEP8M1Settings',
23  'processParameters',
24  )
25  )
26  )

Definition at line 4 of file QQH1352T_13TeV_TuneCUETP8M1_cfi.py.