CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rpcUnpacker_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import EventFilter.RPCRawToDigi.rpcUnpackingModule_cfi
3 
4 rpcunpacker = EventFilter.RPCRawToDigi.rpcUnpackingModule_cfi.rpcUnpackingModule.clone()
5 rpcunpacker.InputLabel = cms.InputTag("rawDataCollector")
6 rpcunpacker.doSynchro = cms.bool(True)