CMS 3D CMS Logo

HGCRecHitCollections_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HGCRecHitCollectionsBlock = cms.PSet(
4  HGCRecHitCollections = cms.PSet(
5  HGCEEInput = cms.InputTag('HGCalRecHit:HGCEERecHits'),
6  HGCFHInput = cms.InputTag('HGCalRecHit:HGCHEFRecHits'),
7  HGCBHInput = cms.InputTag('HGCalRecHit:HGCHEBRecHits'),
8  )
9  )