CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitor/python/L1TRPCTPG_offline_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.RPCSQLiteCabling_cfi import *
00006 
00007 from EventFilter.RPCRawToDigi.rpcUnpacker_cfi import *
00008 
00009 #l1trpctpg.rpctpgSource = cms.InputTag("rpcunpacker")
00010 #l1trpctpg.rpctfSource = cms.InputTag("gtUnpack")
00011 
00012 
00013 l1trpctpgpath = cms.Path(rpcunpacker*l1trpctpg)
00014