CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoMuon/TrackerSeedGenerator/python/L3TrackLinksCombiner_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L3TrackLinksCombiner = cms.EDProducer(
00004     "L3TrackLinksCombiner",
00005     labels = cms.VInputTag(
00006     cms.InputTag("hltL3MuonsOIState"),
00007     cms.InputTag("hltL3MuonsOIHit"),
00008     cms.InputTag("hltL3MuonsIOHit")
00009     )
00010     )