CMS 3D CMS Logo

ootPhotonSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)