test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1TriggerConfig
L1GtConfigProducers
python
l1GtVhdlWriter_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# cfi for L1 GT VHDL Writer
4
l1GtVhdlWriter = cms.EDAnalyzer(
"L1GtVhdlWriter"
,
5
6
# choose VHDL directory
7
VhdlTemplatesDir = cms.string(
'../data/VhdlTemplates/'
),
8
9
# choose ouput directory
10
OutputDir = cms.string(
'../test/output/'
)
11
)
12
13
Generated for CMSSW Reference Manual by
1.8.5