Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:05

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 chargedPackedCandsForTkMet = cms.EDFilter("CandPtrSelector",
0004                                           src=cms.InputTag("packedPFCandidates"),
0005                                           cut=cms.string("charge()!=0 && pvAssociationQuality()>=4 && vertexRef().key()==0")
0006                                       )