CMS 3D CMS Logo

hfEMClusteringSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Sequence for making HFEMClusters into RecoEcalCandidates
4 #
5 #create HFEMClusterShapes and SuperCluster
7 #create RecoEcalCandidates
9 hfEMClusteringTask = cms.Task(hfEMClusters,hfRecoEcalCandidate)
10 hfEMClusteringSequence = cms.Sequence(hfEMClusteringTask)