CMS 3D CMS Logo

RPCCPPFRawToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import EventFilter.RPCRawToDigi.RPCAMCRawToDigi_cfi as _mod
3 
4 rpcCPPFRawToDigi = _mod.RPCAMCRawToDigi.clone(
5  RPCAMCUnpacker = 'RPCCPPFUnpacker',
6  RPCAMCUnpackerSettings = dict()
7 )