CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/L1TriggerConfig/L1GtConfigProducers/python/l1GtVmeWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # cfi for L1 GT VME Writer
00004 l1GtVmeWriter = cms.EDFilter("L1GtVmeWriter",
00005                              
00006     # choose ouput directory
00007     OutputDir = cms.string('../test/output/')
00008 )
00009 
00010