Variables | |
tuple | globalCombinedSeeds |
00001 cms.EDProducer("SeedCombiner", 00002 seedCollections = cms.VInputTag( 00003 cms.InputTag("globalSeedsFromTripletsWithVertices"), 00004 cms.InputTag("globalSeedsFromPairsWithVertices"), 00005 ) 00006 # the following allows to re-key the cluster reference of the rechits on the seeds that are put together 00007 #N.B the cluster removal infos should be the same as the one use in the corresponding track producer. 00008 #,clusterRemovalInfos = cms.VInputTag(cms.InputTag(""),cms.InputTag("clusterRemovalForGlobalSeedsFromPairsWithVertices")) 00009 00010 )
Definition at line 3 of file GlobalCombinedSeeds_cfi.py.