Variables
pfcand_nopu_witham_cfi Namespace Reference
Variables
FirstVertexPFCandidates
Variable Documentation
◆
FirstVertexPFCandidates
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
.
Generated for CMSSW Reference Manual by
1.8.14