Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
CommonAlignmentProducer
python
TkAlMuonSelectors_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
TkAlGoodIdMuonSelector = cms.EDFilter(
"MuonSelector"
,
4
src = cms.InputTag(
'muons'
),
5
cut = cms.string(
'isGlobalMuon &'
6
'isTrackerMuon &'
7
'numberOfMatches > 1 &'
8
'globalTrack.hitPattern.numberOfValidMuonHits > 0 &'
9
'abs(eta) < 2.5 &'
10
'globalTrack.normalizedChi2 < 20.'
),
11
filter = cms.bool(
True
)
12
)
13
14
TkAlRelCombIsoMuonSelector = cms.EDFilter(
"MuonSelector"
,
15
src = cms.InputTag(
''
),
16
cut = cms.string(
'(isolationR03().sumPt + isolationR03().emEt + isolationR03().hadEt)/pt < 0.15'
),
17
filter = cms.bool(
True
)
18
)
Config
Generated for CMSSW Reference Manual by
1.8.5