CMS 3D CMS Logo

totemTriggerRawToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 totemTriggerRawToDigi = cms.EDProducer("TotemTriggerRawToDigi",
4  rawDataTag = cms.InputTag(""),
5 
6  # IMPORTANT: leave 0 to load the default configuration from
7  # DataFormats/FEDRawData/interface/FEDNumbering.h
8  fedId = cms.uint32(0)
9 )