CMS 3D CMS Logo

me0LocalReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 me0LocalRecoTask = cms.Task(me0RecHits,me0Segments)
7 me0LocalReco = cms.Sequence(me0LocalRecoTask)