CMS 3D CMS Logo

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