CMS 3D CMS Logo

photonId_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Producer for Hybrid BasicClusters and SuperClusters
5 # photonID sequence
6 PhotonIDProdGED = PhotonIDProd.clone(photonProducer = 'gedPhotons')
7 photonIDTask = cms.Task(PhotonIDProd)
8 photonIDSequence = cms.Sequence(photonIDTask)
9 photonIDTaskGED = cms.Task(PhotonIDProdGED)
10 photonIDSequenceGED = cms.Sequence(photonIDTaskGED)