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 = cms.string('gedPhotons'))
7 photonIDSequence = cms.Sequence(PhotonIDProd)
8 photonIDSequenceGED = cms.Sequence(PhotonIDProdGED)