CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/GeneratorInterface/LHEInterface/python/ExternalLHEAsciiDumper_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ExternalLHEAsciiDumper = cms.EDAnalyzer('ExternalLHEAsciiDumper',
00004     lheProduct = cms.InputTag('externalLHEProducer','LHEScriptOutput'),
00005     lheFileName = cms.string('ascii_dump.lhe')
00006 )