Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
PhotonIdentification
python
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
4
from
RecoEgamma.PhotonIdentification.photonId_cfi
import
*
5
# photonID sequence
6
PhotonIDProdGED = PhotonIDProd.clone(photonProducer = cms.string(
'gedPhotons'
))
7
photonIDSequence = cms.Sequence(PhotonIDProd)
8
photonIDSequenceGED = cms.Sequence(PhotonIDProdGED)
photonId_cfi
Generated for CMSSW Reference Manual by
1.8.11