CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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     )