CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/L1GtConfigProducers/python/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.EDAnalyzer("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