CMS 3D CMS Logo

lstProducerTask_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoTracker.LST.lstProducer_cfi import lstProducer
4 
5 from RecoTracker.LST.lstModulesDevESProducer_cfi import lstModulesDevESProducer
6 
7 lstProducerTask = cms.Task(lstModulesDevESProducer, lstProducer)