Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:20:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 muonSelectionTypeValueMapProducer = cms.EDProducer("MuonSelectionTypeValueMapProducer",
0004     inputMuonCollection = cms.InputTag("muons1stStep"),
0005     selectionType = cms.string("All")
0006 )