CMS 3D CMS Logo

caloLayer1Digis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 caloLayer1Digis = cms.EDProducer(
4  "L1TRawToDigi",
5  Setup = cms.string("stage2::CaloLayer1Setup"),
6  InputLabel = cms.InputTag("rawDataCollector"),
7  FedIds = cms.vint32(1354, 1356, 1358),
8  FWId = cms.uint32(0x12345678),
9  debug = cms.untracked.bool(False),
10  CTP7 = cms.untracked.bool(True)
11 )
12