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 a source collection from which the candidates should be taken
4  SourceCollection = cms.InputTag('particleFlow'),
5 
6  #Choose which map should be created
7  # "VertexToPFCands", "PFCandsToVertex" or "Both"
8  AssociationType = cms.InputTag('Both'),
9 
10  #Set the Input Association Map
11  VertexPFCandAssociationMap = cms.InputTag('PFCandAssoMap'),
12 
13  #Set the Input Collections
14  VertexCollection = cms.InputTag('offlinePrimaryVertices'),
15 
16  #Set the minimum quality of the association
17  MinQuality = cms.int32(2),
18 )

Definition at line 3 of file pfcand_nopu_witham_cfi.py.