CMS 3D CMS Logo

l1GtVhdlWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # cfi for L1 GT VHDL Writer
00004 l1GtVhdlWriter = cms.EDFilter("L1GtVhdlWriter",
00005                               
00006     # choose VHDL directory
00007     VhdlTemplatesDir = cms.string('../data/VhdlTemplates/'),
00008     
00009     # choose ouput directory
00010     OutputDir = cms.string('../test/output/')
00011 )
00012 
00013 

Generated on Tue Jun 9 17:40:27 2009 for CMSSW by  doxygen 1.5.4