1 = cms.EDFilter(
"Herwig7GeneratorFilter",
2 herwig7CH3SettingsBlock,
3 herwig7StableParticlesForDetectorBlock,
4 herwig7LHECommonSettingsBlock,
5 herwig7LHEPowhegSettingsBlock,
6 configFiles = cms.vstring(),
7 parameterSets = cms.vstring(
10 'herwig7CH3MPISettings',
11 'herwig7StableParticlesForDetector',
12 'hw_lhe_common_settings',
13 'hw_lhe_powheg_settings'),
14 crossSection = cms.untracked.double(-1),
15 dataLocation = cms.string(
'${HERWIGPATH:-6}'),
16 eventHandlers = cms.string(
'/Herwig/EventHandlers'),
17 filterEfficiency = cms.untracked.double(1.0),
18 generatorModule = cms.string(
'/Herwig/Generators/EventGenerator'),
19 repository = cms.string(
'${HERWIGPATH}/HerwigDefaults.rpo'),
20 run = cms.string(
'InterfaceMatchboxTest'),
21 runModeList = cms.untracked.string(
"read,run"),
22 seed = cms.untracked.int32(12345)