CMS 3D CMS Logo

Variables

GlobalCombinedSeeds_cfi Namespace Reference

Variables

tuple globalCombinedSeeds

Variable Documentation

Initial value:
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.