PhysicsTools
PatAlgos
python
selectionLayer1
displacedMuonSelector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# module to select displacedMuons
4
#
5
selectedPatDisplacedMuons = cms.EDFilter(
"PATMuonSelector"
,
6
src = cms.InputTag(
"patDisplacedMuons"
),
7
cut = cms.string(
""
)
8
)
9
10
Generated for CMSSW Reference Manual by
1.8.14