src
GeneratorInterface
EvtGenInterface
python
FileWriter_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
DataCardFileWriter = cms.EDAnalyzer(
"DataCardFileWriter"
,
4
FileName = cms.string(
"MyDEC.DEC"
),
5
FileContent = cms.vstring(
"Hello World"
,
"Bye World"
)
6
)
Generated for CMSSW Reference Manual by
1.8.14