CMS 3D CMS Logo

HLTDoLocalPixelSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltSiPixelClusters_cfi import *
4 from ..modules.hltSiPixelRecHits_cfi import *
5 
6 HLTDoLocalPixelSequence = cms.Sequence(hltSiPixelClusters+hltSiPixelRecHits)