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

hltPhase2OTHitsInputLST = cms.EDProducer('LSTPhase2OTHitsInputProducer',
    phase2OTRecHits = cms.InputTag('hltSiPhase2RecHits'),
    mightGet = cms.optional.untracked.vstring
)