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