CMS 3D CMS Logo

ScGMTRawToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ScGmtUnpacker = cms.EDProducer('ScGMTRawToDigi',
4  srcInputTag = cms.InputTag('rawDataCollector'),
5  # skip intermediate muons
6  skipInterm = cms.bool(True),
7  # print all objects
8  debug = cms.untracked.bool(False)
9 )
10