CMS 3D CMS Logo

ecalDigiDisplay_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 process = cms.Process("TESTDUMPER")
00004 process.load("EventFilter.EcalRawToDigiDev.EcalUnpackerMapping_cfi")
00005 
00006 process.load("EventFilter.EcalRawToDigiDev.EcalUnpackerData_cfi")
00007 
00008 process.load("CaloOnlineTools.EcalTools.ecalDigiDisplay_cfi")
00009 
00010 process.source = cms.Source("PoolSource",
00011     debugFlag = cms.untracked.bool(True),
00012     skipEvents = cms.untracked.uint32(0),
00013     #untracked vstring fileNames = { 'file:/data/kkaadze/work/DQM/dataFiles/P5_Co.00028065.A.0.0.root'
00014     fileNames = cms.untracked.vstring('file:.........')
00015 )
00016 
00017 process.maxEvents = cms.untracked.PSet(
00018     input = cms.untracked.int32(-1)
00019 )
00020 process.counter = cms.OutputModule("AsciiOutputModule")
00021 
00022 process.p = cms.Path(process.ecalEBunpacker*process.ecalDigiDisplay)
00023 process.end = cms.EndPath(process.counter)
00024 

Generated on Tue Jun 9 17:25:54 2009 for CMSSW by  doxygen 1.5.4