CMS 3D CMS Logo

Variables
pf_pu_firstvertextracks_cfi Namespace Reference

Variables

 FirstVertexTracks
 

Variable Documentation

◆ FirstVertexTracks

pf_pu_firstvertextracks_cfi.FirstVertexTracks
Initial value:
1 = cms.EDProducer('PF_PU_FirstVertexTracks',
2 
3  #Choose which map should be created
4  #"VertexToTracks", "TracksToVertex" or "Both"
5  AssociationType = cms.InputTag('Both'),
6 
7  #The input parameter for the association maps
8  AssociationMap = cms.InputTag('AssociationMaps'),
9 
10  #The input parameter for the track & vertex collection
11  TrackCollection = cms.InputTag('generalTracks'),
12  VertexCollection = cms.InputTag('offlinePrimaryVertices<'),
13 
14  #The minimum quality an association should have
15  #so that the track is inserted into the track collection
16  MinQuality = cms.int32(2),
17 )

Definition at line 3 of file pf_pu_firstvertextracks_cfi.py.