CMS 3D CMS Logo

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  )