CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:39:41 2009 for CMSSW by  doxygen 1.5.4