Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
ParticleFlow
python
Isolation
pfIsolatedMuons_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
pfIsolatedMuons = cms.EDFilter(
5
"PFCandidateFwdPtrCollectionStringFilter"
,
6
src = cms.InputTag(
"pfMuonsFromVertex"
),
7
cut = cms.string(
"pt > 5 & muonRef.isAvailable() & "
\
8
"muonRef.pfIsolationR04().sumChargedHadronPt + "
\
9
"muonRef.pfIsolationR04().sumNeutralHadronEt + "
\
10
"muonRef.pfIsolationR04().sumPhotonEt "
\
11
" < 0.15 * pt "
12
),
13
makeClones = cms.bool(
True
)
14
)
15
Config
Generated for CMSSW Reference Manual by
1.8.5