src
RecoEgamma
EgammaPhotonProducers
python
ootPhotonSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoParticleFlow.PFClusterProducer.particleFlowRecHitOOTECAL_cff
import
*
4
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterOOTECALUncorrected_cff
import
*
5
from
RecoParticleFlow.PFClusterProducer.particleFlowClusterOOTECAL_cff
import
*
6
from
RecoEcal.EgammaClusterProducers.particleFlowSuperClusterOOTECAL_cff
import
*
7
from
RecoEgamma.EgammaPhotonProducers.ootPhotonCore_cff
import
*
8
from
RecoEgamma.EgammaPhotonProducers.ootPhotons_cff
import
*
9
10
# task+sequence to make OOT photons from clusters in ECAL from full PFRecHits w/o timing cut
11
ootPhotonTask = cms.Task(
12
particleFlowRecHitOOTECAL,
13
particleFlowClusterOOTECALUncorrected,
14
particleFlowClusterOOTECAL,
15
particleFlowSuperClusterOOTECAL,
16
ootPhotonCore,
17
ootPhotonsTmp,
18
ootPhotons
19
)
20
21
ootPhotonSequence = cms.Sequence(ootPhotonTask)
particleFlowClusterOOTECALUncorrected_cff
ootPhotonCore_cff
ootPhotons_cff
particleFlowRecHitOOTECAL_cff
particleFlowSuperClusterOOTECAL_cff
particleFlowClusterOOTECAL_cff
Generated for CMSSW Reference Manual by
1.8.14