Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:44:58

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 trackFromPackedCandidateProducer = cms.EDProducer('TrackFromPackedCandidateProducer',
0004   PFCandidates = cms.required.InputTag,
0005   mightGet = cms.optional.untracked.vstring
0006 )