Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PatAlgos
python
selectionLayer1
muonSelector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# module to select Muons
4
# See https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
5
# on how to use the cut-string
6
#
7
selectedPatMuons = cms.EDFilter(
"PATMuonSelector"
,
8
src = cms.InputTag(
"patMuons"
),
9
cut = cms.string(
""
)
10
)
11
12
Config
Generated for CMSSW Reference Manual by
1.8.5