CMS 3D CMS Logo

ScBMTFRawToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ScBMTFUnpacker = cms.EDProducer('ScBMTFRawToDigi',
4  srcInputTag = cms.InputTag('rawDataCollector'),
5  sourceIdList = cms.vint32(10,11,12,13,14,15,16,17,18,19,20,21),
6  # print all objects
7  debug = cms.untracked.bool(False)
8 )
9