CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltEgammaClusterShape_cfi.py
Go to the documentation of this file.
2 
3 hltEgammaClusterShape = cms.EDProducer( "EgammaHLTClusterShapeProducer",
4  recoEcalCandidateProducer = cms.InputTag( "hltL1NonIsoRecoEcalCandidate" ),
5  ecalRechitEB = cms.InputTag( 'hltEcalRegionalEgammaRecHit','EcalRecHitsEB' ),
6  ecalRechitEE = cms.InputTag( 'hltEcalRegionalEgammaRecHit','EcalRecHitsEE' ),
7  isIeta = cms.bool( False )
8 )
9