Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-11-06 23:37:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltMuPhoTagAndProbeOfflineSource = cms.EDProducer('HLTMuPhoTagAndProbeOfflineSource',
0004   tagAndProbeCollections = cms.VPSet(
0005   ),
0006   mightGet = cms.optional.untracked.vstring
0007 )