CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1CaloTowerTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1CaloTowerTree = cms.EDAnalyzer(
4  "L1CaloTowerTreeProducer",
5  ecalToken = cms.untracked.InputTag("ecalDigis:EcalTriggerPrimitives"),
6  hcalToken = cms.untracked.InputTag("hcalDigis"),
7  l1TowerToken = cms.untracked.InputTag("caloStage2Digis"),
8  l1ClusterToken = cms.untracked.InputTag("")
9 )
10