CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
l1HOTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1HOTree = cms.EDAnalyzer(
4  "L1HOTreeProducer",
5  hoDataFrameToken = cms.untracked.InputTag("hcalDigis")
6 )