CMS 3D CMS Logo

Herwigpp_DummyProcess_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 
8 generator = cms.EDFilter("ThePEGGeneratorFilter",
9  herwigDefaultsBlock,
10  herwigppUESettingsBlock,
11  herwigppPDFSettingsBlock,
12  herwigppEnergySettingsBlock,
13 
14  configFiles = cms.vstring(),
15  parameterSets = cms.vstring(
16  'hwpp_cmsDefaults',
17  'hwpp_ue_EE5C',
18  'hwpp_pdf_CTEQ6L1',
19  'hwpp_cm_13TeV',
20  'dummyprocess',
21 
22  ),
23 
24  dummyprocess = cms.vstring(
25  'insert /Herwig/MatrixElements/SimpleQCD:MatrixElements[0] /Herwig/MatrixElements/MEPP2ttbarH',
26  ),
27 
28  crossSection = cms.untracked.double(-1),
29  filterEfficiency = cms.untracked.double(1.0),
30 )
31 ProductionFilterSequence = cms.Sequence(generator)