CMS 3D CMS Logo

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 )