CMS 3D CMS Logo

gemLocalRecoTask_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 gemLocalRecoTask = cms.Task(
7  hltGemRecHits,
8  hltGemSegments
9 )