Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #Sequence for making HFEMClusters into RecoEcalCandidates
0004 #
0005 #create HFEMClusterShapes and SuperCluster
0006 from RecoEgamma.EgammaHFProducers.hfClusterShapes_cfi import *
0007 #create RecoEcalCandidates
0008 from RecoEgamma.EgammaHFProducers.hfRecoEcalCandidate_cfi import *
0009 hfEMClusteringTask = cms.Task(hfEMClusters,hfRecoEcalCandidate)
0010 hfEMClusteringSequence = cms.Sequence(hfEMClusteringTask)