CMS 3D CMS Logo

HLTDtlocalrecoSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltDt1DRecHits_cfi import *
4 from ..modules.hltDt4DSegments_cfi import *
5 
6 HLTDtlocalrecoSequence = cms.Sequence(hltDt1DRecHits+hltDt4DSegments)