src
RecoEgamma
EgammaHFProducers
python
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
6
from
RecoEgamma.EgammaHFProducers.hfClusterShapes_cfi
import
*
7
#create RecoEcalCandidates
8
from
RecoEgamma.EgammaHFProducers.hfRecoEcalCandidate_cfi
import
*
9
hfEMClusteringTask = cms.Task(hfEMClusters,hfRecoEcalCandidate)
10
hfEMClusteringSequence = cms.Sequence(hfEMClusteringTask)
hfRecoEcalCandidate_cfi
hfClusterShapes_cfi
Generated for CMSSW Reference Manual by
1.8.14