CMS 3D CMS Logo

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  )