CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/L1TMonitor/python/L1TRPCTPG_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.L1TMonitor.L1TRPCTPG_cfi import *
00004 
00005 from EventFilter.RPCRawToDigi.RPCFrontierCabling_cfi import *
00006 
00007 from EventFilter.RPCRawToDigi.rpcUnpacker_cfi import *
00008 
00009 #    include "EventFilter/RPCRawToDigi/data/RPCFrontierCabling.cfi"
00010 rpcunpacker.InputLabel = cms.untracked.InputTag("rawDataCollector")
00011 
00012 l1trpctpgpath = cms.Path(rpcunpacker*l1trpctpg)
00013