CMS 3D CMS Logo

allSuperClusters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 allSuperClusters = cms.EDProducer("EcalCandidateProducer",
4  src = cms.InputTag("hybridSuperClusters"),
5  particleType = cms.string('gamma')
6 )
7 
8