CMS 3D CMS Logo

l1RctHwDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 rctDigis = cms.EDProducer("RctRawToDigi",
4  inputLabel = cms.InputTag("rawDataCollector"),
5  rctFedId = cms.untracked.int32(1350),
6  verbose = cms.untracked.bool(False)
7 )