CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoParticleFlow/PFTracking/python/convBremSeeds_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 
00005 convBremSeeds =cms.EDFilter(
00006     "ConvBremSeedProducer",
00007     
00008     TTRHBuilder = cms.string('WithTrackAngle'),      
00009     PFClusters = cms.InputTag("particleFlowClusterECAL"),
00010     pixelRecHits = cms.InputTag("gsPixelRecHits"),                 
00011     rphirecHits = cms.InputTag("gsStripRecHits","rphiRecHit"),
00012     matchedrecHits  = cms.InputTag("gsStripRecHits","matchedRecHit"),
00013     stereorecHits = cms.InputTag("gsStripRecHits","stereoRecHit"),     
00014     PFRecTrackLabel = cms.InputTag("pfTrackElec")
00015     )
00016 
00017 
00018