CMS 3D CMS Logo

csctfDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 csctfDigis = cms.EDProducer("CSCTFCandidateProducer",
5  CSCTrackProducer = cms.untracked.InputTag("csctfTrackDigis"),
6  MuonSorter = cms.PSet(
7  CSCCommonTrigger
8  )
9 )
10 
11 
CSCCommonTrigger_cfi