CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
pfcand_nopu_witham_cfi Namespace Reference

Variables

tuple FirstVertexPFCandidates
 

Variable Documentation

tuple pfcand_nopu_witham_cfi.FirstVertexPFCandidates
Initial value:
1 = cms.EDProducer('PFCand_NoPU_WithAM',
2 
3  #Choose which map should be created
4  # "VertexToPFCands", "PFCandsToVertex" or "Both"
5  AssociationType = cms.InputTag('Both'),
6 
7  #Set the Input Association Map
8  VertexPFCandAssociationMap = cms.InputTag('PFCandAssoMap'),
9 
10  #Set the Input Collections
11  VertexCollection = cms.InputTag('offlinePrimaryVertices'),
12 
13  #Set the minimum quality of the association
14  MinQuality = cms.int32(2),
15 )

Definition at line 3 of file pfcand_nopu_witham_cfi.py.