CMS 3D CMS Logo

HLTGemLocalRecoSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltGemRecHits_cfi import *
4 from ..modules.hltGemSegments_cfi import *
5 
6 HLTGemLocalRecoSequence = cms.Sequence(hltGemRecHits+hltGemSegments)