Variables | |
tuple | FirstVertexPFCandidates |
00001 cms.EDProducer('PFCand_NoPU_WithAM', 00002 00003 #Choose which map should be created 00004 # "VertexToPFCands", "PFCandsToVertex" or "Both" 00005 AssociationType = cms.InputTag('Both'), 00006 00007 #Set the Input Association Map 00008 VertexPFCandAssociationMap = cms.InputTag('PFCandAssoMap'), 00009 00010 #Set the Input Collections 00011 VertexCollection = cms.InputTag('offlinePrimaryVertices'), 00012 00013 #Set the minimum quality of the association 00014 MinQuality = cms.int32(2), 00015 )
Definition at line 3 of file pfcand_nopu_witham_cfi.py.