CMS 3D CMS Logo

RPCCPPFRawToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 rpcCPPFRawToDigi = cms.EDProducer('RPCAMCRawToDigi',
4  inputTag = cms.InputTag('rawDataCollector'),
5  calculateCRC = cms.bool(True),
6  fillCounters = cms.bool(True),
7  RPCAMCUnpacker = cms.string('RPCCPPFUnpacker'),
8  RPCAMCUnpackerSettings = cms.PSet(
9  fillAMCCounters = cms.bool(True),
10  bxMin = cms.int32(-2),
11  bxMax = cms.int32(2)
12  )
13 )