Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # module to select displacedMuons
0004 #
0005 selectedPatDisplacedMuons = cms.EDFilter("PATMuonSelector",
0006     src = cms.InputTag("patDisplacedMuons"),
0007     cut = cms.string("")
0008 )
0009 
0010