File indexing completed on 2024-07-24 04:45:08
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoParticleFlow.PFClusterProducer.particleFlowRecHitOOTECAL_cff import *
0004 from RecoParticleFlow.PFClusterProducer.particleFlowClusterOOTECALUncorrected_cff import *
0005 from RecoParticleFlow.PFClusterProducer.particleFlowClusterOOTECAL_cff import *
0006 from RecoEcal.EgammaClusterProducers.particleFlowSuperClusterOOTECAL_cff import *
0007 from RecoEgamma.EgammaPhotonProducers.ootPhotonCore_cff import *
0008 from RecoEgamma.EgammaPhotonProducers.ootPhotons_cff import *
0009
0010
0011 ootPhotonTask = cms.Task(
0012 particleFlowRecHitOOTECAL,
0013 particleFlowClusterOOTECALUncorrected,
0014 particleFlowClusterOOTECAL,
0015 particleFlowSuperClusterOOTECAL,
0016 ootPhotonCore,
0017 ootPhotonsTmp,
0018 ootPhotons
0019 )
0020
0021 ootPhotonSequence = cms.Sequence(ootPhotonTask)