CMS 3D CMS Logo

hgcalLocalReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 # patch particle flow clusters for HGC into local reco sequence
7 # (for now until global reco is going with some sort of clustering)
11 from RecoLocalCalo.HGCalRecProducers.hgcalLayerClusters_cff import hgcalLayerClusters
12 
13 hgcalLocalRecoSequence = cms.Sequence( HGCalUncalibRecHit+
14  HGCalRecHit+
15  hgcalLayerClusters+
16  hgcalMultiClusters+
17  particleFlowRecHitHGCSeq+
18  particleFlowClusterHGCal+
19  particleFlowClusterHGCalFromMultiCl )