src
PhysicsTools
PatUtils
python
tools
pfforTrkMET_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
chargedPackedCandsForTkMet = cms.EDFilter(
"CandPtrSelector"
,
4
src=cms.InputTag(
"packedPFCandidates"
),
5
cut=cms.string(
"charge()!=0 && pvAssociationQuality()>=4 && vertexRef().key()==0"
)
6
)
Generated for CMSSW Reference Manual by
1.8.14