CMS 3D CMS Logo

PixelHitPairTracks_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pixelTracks = cms.EDProducer("PixelHitPairTrackProducer",
00004     Fitter = cms.string('PixelFitterByHelixProjections'),
00005     HitCollectionLabel = cms.InputTag("siPixelRecHits"),
00006     FitterPSet = cms.PSet(
00007 
00008     ),
00009     Filter = cms.string('PixelTrackFilterByKinematics'),
00010     FilterPSet = cms.PSet(
00011         chi2 = cms.double(1000.0),
00012         ptMin = cms.double(0.0),
00013         tipMax = cms.double(1.0)
00014     )
00015 )
00016 
00017 

Generated on Tue Jun 9 17:44:52 2009 for CMSSW by  doxygen 1.5.4