CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
photonId_cff.py
Go to the documentation of this file.
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)