CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
csctfDigis_cfi.py
Go to the documentation of this file.
2 
4 csctfDigis = cms.EDProducer("CSCTFCandidateProducer",
5  CSCTrackProducer = cms.untracked.InputTag("csctfTrackDigis"),
6  MuonSorter = cms.PSet(
7  CSCCommonTrigger
8  )
9 )
10 
11