CMS 3D CMS Logo

PixelTracksProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from FastSimulation.Tracking.PixelTripletSeedProducer_cff import *
00004 from FastSimulation.Tracking.PixelTracksProducer_cfi import *
00005 from FastSimulation.Tracking.HLTPixelTracksProducer_cfi import *
00006 hltPixelTracking = cms.Sequence(pixelTripletSeeds+hltPixelTracks)
00007 # Just a copy of the above, for HLT
00008 pixelTracking = cms.Sequence(hltPixelTracking+pixelTracks)
00009 

Generated on Tue Jun 9 17:35:16 2009 for CMSSW by  doxygen 1.5.4