CMS 3D CMS Logo

l1MenuTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1MenuTree = cms.EDAnalyzer("L1MenuTreeProducer",
4  l1GtRecordInputTag = cms.InputTag("l1GtTriggerMenuLite"),
5  l1GtReadoutRecordInputTag = cms.InputTag(""),
6  l1GtTriggerMenuLiteInputTag = cms.InputTag("l1GtTriggerMenuLite"),
7 )
8