Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

from CommonTools.RecoAlgos.TrackWithVertexSelectorParams_cff import *

trackWithVertexSelector = cms.EDProducer("TrackWithVertexSelector",
    trackWithVertexSelectorParams
)