CMS 3D CMS Logo

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

Variables

tuple generator
 

Variable Documentation

tuple H130GGgluonfusion_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  pythiaHepMCVerbosity = cms.untracked.bool(False),
6  # put here the cross section of your process (in pb)
7  crossSection = cms.untracked.double(0.05),
8  comEnergy = cms.double(13000.0),
9  maxEventsToPrint = cms.untracked.int32(3),
10  PythiaParameters = cms.PSet(
11  pythia8CommonSettingsBlock,
12  pythia8CUEP8M1SettingsBlock,
13  processParameters = cms.vstring(
14  'HiggsSM:gg2H = on',
15  '25:onMode = off',
16  '25:onIfMatch = 22 22',
17  ),
18  parameterSets = cms.vstring('pythia8CommonSettings',
19  'pythia8CUEP8M1Settings',
20  'processParameters',
21  )
22  )
23  )

Definition at line 5 of file H130GGgluonfusion_13TeV_TuneCUETP8M1_cfi.py.