src
GeneratorInterface
LHEInterface
python
ExternalLHEAsciiDumper_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
externalLHEAsciiDumper = cms.EDAnalyzer(
'ExternalLHEAsciiDumper'
,
4
lheProduct = cms.InputTag(
'externalLHEProducer'
,
'LHEScriptOutput'
),
5
lheFileName = cms.string(
'ascii_dump.lhe'
)
6
)
Generated for CMSSW Reference Manual by
1.8.14