CMS 3D CMS Logo

me0LocalRecoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltMe0RecHits_cfi import *
4 from ..modules.hltMe0Segments_cfi import *
5 
6 me0LocalRecoTask = cms.Task(
7  hltMe0RecHits,
8  hltMe0Segments
9 )