Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-12-05 02:47:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltPhase2OTHitsInputLST = cms.EDProducer('LSTPhase2OTHitsInputProducer',
0004     phase2OTRecHits = cms.InputTag('hltSiPhase2RecHits'),
0005     mightGet = cms.optional.untracked.vstring
0006 )