CMS 3D CMS Logo

dttfpacker_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 dttfpacker = cms.EDProducer("DTTFFEDSim",
4  DTTracks_Source = cms.InputTag("simDttfDigis","DTTF"),
5  DTDigi_Source = cms.InputTag("simDtTriggerPrimitiveDigis")
6 )
7 
8