CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/RecoMuon/TrackerSeedGenerator/python/L3TrackCombiner_cfi.py

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