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.me0RecHits_cfi import *
4 from ..modules.me0Segments_cfi import *
5 
6 me0LocalRecoTask = cms.Task(
7  me0RecHits,
8  me0Segments
9 )