CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/CSCTrackFinder/python/csctfDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1Trigger.CSCCommonTrigger.CSCCommonTrigger_cfi import *
00004 csctfDigis = cms.EDProducer("CSCTFCandidateProducer",
00005     CSCTrackProducer = cms.untracked.InputTag("csctfTrackDigis"),
00006     MuonSorter = cms.PSet(
00007         CSCCommonTrigger
00008     )
00009 )
00010 
00011