Main Page
Namespaces
Classes
Package Documentation
EventFilter
DTTFRawToDigi
python
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
Generated for CMSSW Reference Manual by
1.8.11