CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/Tracking/python/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