Variables | |
tuple | FirstVertexTracks |
00001 cms.EDProducer('PF_PU_FirstVertexTracks', 00002 00003 #Choose which map should be created 00004 #"VertexToTracks", "TracksToVertex" or "Both" 00005 AssociationType = cms.InputTag('Both'), 00006 00007 #The input parameter for the association maps 00008 AssociationMap = cms.InputTag('AssociationMaps'), 00009 00010 #The input parameter for the track & vertex collection 00011 TrackCollection = cms.InputTag('generalTracks'), 00012 VertexCollection = cms.InputTag('offlinePrimaryVertices<'), 00013 00014 #The minimum quality an association should have 00015 #so that the track is inserted into the track collection 00016 MinQuality = cms.int32(2), 00017 )
Definition at line 3 of file pf_pu_firstvertextracks_cfi.py.